Skip to content

Commit 2e6fa02

Browse files
marythoughtclaude
andcommitted
chore(ci): add release/** to checks workflow trigger
The Checks workflow only triggered on PRs targeting main. PRs targeting release branches (e.g. release-please PRs) never got the required Validate PR title and ci checks, blocking merge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Mary Dickson <mary.dickson@virtru.com>
1 parent b5e27f5 commit 2e6fa02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- 'release/**'
78
push:
89
branches:
910
- main

0 commit comments

Comments
 (0)