Skip to content

Commit 376434b

Browse files
committed
build: fix signing
Signed-off-by: Adam Setch <[email protected]>
1 parent 39ba44c commit 376434b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
- 'release/v**'
88
pull_request:
9-
branches-ignore: 'release/v**'
9+
branches-ignore: 'release/v**' # macOS code-signing only works on `push` events, not `pull_request` events
1010

1111
jobs:
1212
lint:

0 commit comments

Comments
 (0)