From 3a52748dcb7c641db572c8db185a0b4845e286e6 Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Sun, 3 Mar 2024 10:38:06 +0100 Subject: [PATCH] Remove "app/macos" path as an exception for alpha updates --- .github/workflows/alpha.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 68c8ec061..085a6d0fb 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -37,9 +37,6 @@ on: - "!**/*.md" - "!**/*.mdx" - "!**/*.gitignore" - # The macOS version of our app has no alpha program. Therefore, we don't - # need to build it. - - "!app/macos/**" # Test files are not relevant for the alpha program. - "!**/test/**" - "!**/test_driver/**"