diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index a0827729..5ea55963 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -1,9 +1,9 @@ name: macos-build on: push: - branches: [never-match-this-branch] + branches: [ "master" ] pull_request: - branches: [never-match-this-branch] + branches: [ "master" ] # concurrency: # group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})