Skip to content

Commit 012d497

Browse files
svenvhPavel V Chupin
authored and
Pavel V Chupin
committed
Update for branch rename
Original commit: KhronosGroup/SPIRV-LLVM-Translator@6db0f31
1 parent 31fa6c1 commit 012d497

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

llvm-spirv/.github/workflows/check-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Check code style
1111
on:
1212
pull_request:
1313
branches:
14-
- master
14+
- main
1515
- llvm_release_*
1616
paths-ignore: # no need to check formatting for:
1717
- 'docs/**' # documentation

llvm-spirv/.github/workflows/check-in-tree-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: In-tree build & tests
99
on:
1010
push:
1111
branches:
12-
- master
12+
- main
1313
- llvm_release_*
1414
paths-ignore: # no need to check build for:
1515
- 'docs/**' # documentation
@@ -18,7 +18,7 @@ on:
1818
- '**/check-out-of-tree-build.yml' # check-out-of-tree-build workflow
1919
pull_request:
2020
branches:
21-
- master
21+
- main
2222
- llvm_release_*
2323
paths-ignore: # no need to check build for:
2424
- 'docs/**' # documentation

llvm-spirv/.github/workflows/check-out-of-tree-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Out-of-tree build & tests
99
on:
1010
push:
1111
branches:
12-
- master
12+
- main
1313
- llvm_release_*
1414
paths-ignore: # no need to check build for:
1515
- 'docs/**' # documentation
@@ -18,7 +18,7 @@ on:
1818
- '**/check-in-tree-build.yml' # check-in-tree-build workflow
1919
pull_request:
2020
branches:
21-
- master
21+
- main
2222
- llvm_release_*
2323
paths-ignore: # no need to check build for:
2424
- 'docs/**' # documentation

0 commit comments

Comments
 (0)