Skip to content

Commit 973db56

Browse files
Run Tests workflow on v3-backport branch
The Tests.yml workflow was only triggering on PRs to master, so PRs targeting v3-backport had no CI coverage. Add v3-backport to the branches list for both pull_request and push triggers. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4ba2424 commit 973db56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- v3-backport
78
paths-ignore:
89
- 'docs/**'
910
push:
1011
branches:
1112
- master
13+
- v3-backport
1214
paths-ignore:
1315
- 'docs/**'
1416

0 commit comments

Comments
 (0)