Skip to content

Commit aa52f6a

Browse files
authored
ci: run workflows on the v4 branch, not just master (#3013)
Add v4 to push/pull_request branch filters so v4 PRs and pushes get CI.
1 parent 8800212 commit aa52f6a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- v4
78
pull_request:
89
branches:
910
- master
11+
- v4
1012
workflow_dispatch:
1113

1214
permissions:

.github/workflows/echo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- v4
78
pull_request:
89
branches:
910
- master
11+
- v4
1012
workflow_dispatch:
1113

1214
permissions:

0 commit comments

Comments
 (0)