Skip to content

Commit b645ceb

Browse files
committed
Fixed github actions workflow branches
1 parent 5cc204d commit b645ceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analyze.yml

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-
- "1.x"
7+
- "5.x"
88
schedule:
99
- cron: '* 8 * * *'
1010

.github/workflows/tests.yml

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-
- "1.x"
7+
- "5.x"
88
schedule:
99
- cron: '* 8 * * *'
1010

0 commit comments

Comments
 (0)