File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Build (Release)
2
2
on :
3
+ push :
4
+ branches : ["master", "init"]
5
+ pull_request :
6
+ branches : ["master"]
3
7
workflow_dispatch :
4
8
5
9
jobs :
10
14
steps :
11
15
- name : Checkout
12
16
uses : actions/checkout@v4
17
+ with :
18
+ submodules : ' true'
13
19
14
20
- name : Generate
15
21
uses : ./.github/actions/generate
31
37
steps :
32
38
- name : Checkout
33
39
uses : actions/checkout@v4
40
+ with :
41
+ submodules : ' true'
34
42
35
43
- name : Generate
36
44
uses : ./.github/actions/generate
Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [" master", "init" ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [" master" ]
8
8
workflow_dispatch :
9
9
10
10
jobs :
17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v4
20
+ with :
21
+ submodules : ' true'
20
22
21
23
- name : Generate
22
24
uses : ./.github/actions/generate
78
80
steps :
79
81
- name : Checkout
80
82
uses : actions/checkout@v4
83
+ with :
84
+ submodules : ' true'
81
85
82
86
- name : Generate
83
87
uses : ./.github/actions/generate
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Library
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [" master", "init" ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [" master" ]
8
8
workflow_dispatch :
9
9
10
10
jobs :
13
13
steps :
14
14
- name : Checkout
15
15
uses : actions/checkout@v4
16
+ with :
17
+ submodules : ' true'
16
18
17
19
- name : Setup JS
18
20
uses : ./.github/actions/setup-js
You can’t perform that action at this time.
0 commit comments