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 39ba44c commit 376434bCopy full SHA for 376434b
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
- main
7
- 'release/v**'
8
pull_request:
9
- branches-ignore: 'release/v**'
+ branches-ignore: 'release/v**' # macOS code-signing only works on `push` events, not `pull_request` events
10
11
jobs:
12
lint:
0 commit comments