diff options
| -rw-r--r-- | .github/workflows/macos.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ad521ced49..5694730f6a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,8 +1,11 @@ name: macos on: - - push - - pull_request - + push: + branches: + - master + pull_request: + paths: + - * jobs: macos: name: make test-all on mac |
