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 1261176 commit 467336fCopy full SHA for 467336f
1 file changed
.github/workflows/macos-build.yml
@@ -127,7 +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'
+ if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
131
132
steps:
133
- name: Checkout code
0 commit comments