Skip to content

Commit c1c67d0

Browse files
committed
ci: only run on main
1 parent 90ad3df commit c1c67d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/macos-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
sign-and-notarize:
128128
runs-on: macos-latest
129129
needs: create-universal-binary
130+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
130131

131132
steps:
132133
- name: Checkout code

0 commit comments

Comments
 (0)