Skip to content

Commit addd5da

Browse files
Copilotnhorton
andcommitted
Add branches filter to merge_group trigger in all CI workflows
Co-authored-by: nhorton <204146+nhorton@users.noreply.github.com>
1 parent bf37d72 commit addd5da

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [main]
99
# Run in merge queue but skip the step (shows as passing check)
1010
merge_group:
11+
branches: [main]
1112
workflow_dispatch:
1213

1314
# Explicitly set permissions for the workflow

.github/workflows/claude-code-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
branches: [main]
1515
# Run in the merge queue to validate before merging
1616
merge_group:
17+
branches: [main]
1718

1819
# Ensure only one instance runs at a time per PR/branch
1920
concurrency:

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches: [main]
66
merge_group:
7+
branches: [main]
78
workflow_dispatch:
89

910
# Minimal permissions for this workflow

0 commit comments

Comments
 (0)