File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 pull_request :
8- branches :
9- - main
8+ branches-ignore :
9+ - release/v*.*.* # macOS code-signing only works on `push` events, not `pull_request` events
1010
1111jobs :
1212 lint :
@@ -23,14 +23,12 @@ jobs:
2323 uses : ./.github/workflows/build.yml
2424 needs : tests
2525 if : ${{ !startsWith(github.head_ref, 'release/v') }}
26- secrets : inherit
2726
2827 release :
2928 name : Release
3029 uses : ./.github/workflows/release.yml
3130 needs : tests
3231 if : ${{ startsWith(github.head_ref, 'release/v') }}
33- secrets : inherit
3432 permissions :
3533 contents : write
3634
Original file line number Diff line number Diff line change 55 branches :
66 - main
77 paths :
8- - ' renovate.json'
8+ - renovate.json
99 pull_request :
1010 paths :
11- - ' renovate.json'
11+ - renovate.json
1212
1313jobs :
1414 renovate-config-validator :
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ name: Website
22
33on :
44 push :
5- tags : ' v*'
5+ tags :
6+ - v*.*.*
67 workflow_dispatch : # For manually verify website deployment
78
89jobs :
You can’t perform that action at this time.
0 commit comments