Skip to content

Commit e7891cf

Browse files
committed
[ci] rename branch
1 parent 03e5520 commit e7891cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-docs.yaml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)