Skip to content

Commit 2dea333

Browse files
vishrclaude
andcommitted
ci: run workflows on the v4 branch, not just master
The v4 LTS maintenance branch received no CI because both workflows triggered only on master (a stale snapshot from when v4 was the default branch). Add v4 to the push and pull_request branch filters so v4 PRs and pushes are tested. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8800212 commit 2dea333

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)