File tree 3 files changed +5
-5
lines changed
llvm-spirv/.github/workflows 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name: Check code style
11
11
on :
12
12
pull_request :
13
13
branches :
14
- - master
14
+ - main
15
15
- llvm_release_*
16
16
paths-ignore : # no need to check formatting for:
17
17
- ' docs/**' # documentation
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: In-tree build & tests
9
9
on :
10
10
push :
11
11
branches :
12
- - master
12
+ - main
13
13
- llvm_release_*
14
14
paths-ignore : # no need to check build for:
15
15
- ' docs/**' # documentation
18
18
- ' **/check-out-of-tree-build.yml' # check-out-of-tree-build workflow
19
19
pull_request :
20
20
branches :
21
- - master
21
+ - main
22
22
- llvm_release_*
23
23
paths-ignore : # no need to check build for:
24
24
- ' docs/**' # documentation
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: Out-of-tree build & tests
9
9
on :
10
10
push :
11
11
branches :
12
- - master
12
+ - main
13
13
- llvm_release_*
14
14
paths-ignore : # no need to check build for:
15
15
- ' docs/**' # documentation
18
18
- ' **/check-in-tree-build.yml' # check-in-tree-build workflow
19
19
pull_request :
20
20
branches :
21
- - master
21
+ - main
22
22
- llvm_release_*
23
23
paths-ignore : # no need to check build for:
24
24
- ' docs/**' # documentation
You can’t perform that action at this time.
0 commit comments