We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ad3df commit c1c67d0Copy full SHA for c1c67d0
1 file changed
.github/workflows/macos-build.yml
@@ -127,6 +127,7 @@ jobs:
127
sign-and-notarize:
128
runs-on: macos-latest
129
needs: create-universal-binary
130
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
131
132
steps:
133
- name: Checkout code
0 commit comments