File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
pull_request :
8
- branches :
9
- - main
8
+ branches-ignore :
9
+ - release/v*.*.* # macOS code-signing only works on `push` events, not `pull_request` events
10
10
11
11
jobs :
12
12
lint :
@@ -23,14 +23,12 @@ jobs:
23
23
uses : ./.github/workflows/build.yml
24
24
needs : tests
25
25
if : ${{ !startsWith(github.head_ref, 'release/v') }}
26
- secrets : inherit
27
26
28
27
release :
29
28
name : Release
30
29
uses : ./.github/workflows/release.yml
31
30
needs : tests
32
31
if : ${{ startsWith(github.head_ref, 'release/v') }}
33
- secrets : inherit
34
32
permissions :
35
33
contents : write
36
34
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
paths :
8
- - ' renovate.json'
8
+ - renovate.json
9
9
pull_request :
10
10
paths :
11
- - ' renovate.json'
11
+ - renovate.json
12
12
13
13
jobs :
14
14
renovate-config-validator :
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ name: Website
2
2
3
3
on :
4
4
push :
5
- tags : ' v*'
5
+ tags :
6
+ - v*.*.*
6
7
workflow_dispatch : # For manually verify website deployment
7
8
8
9
jobs :
You can’t perform that action at this time.
0 commit comments