Skip to content

Commit 6db0f31

Browse files
committed
[CI] Update for branch rename
1 parent 22cf0ea commit 6db0f31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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

.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

.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)