Skip to content

Commit ebb00c7

Browse files
authored
Merge pull request #1686 from kbond/rename-branch
[ci] rename branch
2 parents 03e5520 + e7891cf commit ebb00c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'main'
7+
- '1.x'
88
schedule:
99
- cron: '0 0 * * *'
1010

.github/workflows/ci-linux.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'main'
7+
- '1.x'
88
schedule:
99
- cron: '0 0 * * *'
1010

.github/workflows/ci-static-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'main'
7+
- '1.x'
88
schedule:
99
- cron: '0 0 * * *'
1010

.github/workflows/ci-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'main'
7+
- '1.x'
88
schedule:
99
- cron: '0 0 * * *'
1010

0 commit comments

Comments
 (0)