diff options
Diffstat (limited to '.github/workflows/mac.yml')
-rw-r--r-- | .github/workflows/mac.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 3b2ea67c8..109689dca 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -1,5 +1,11 @@ name: Mac -on: [push, pull_request] +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: desktopBuild: |