Skip to content

Commit 590be53

Browse files
noelsaw1claude
andcommitted
Add main branch to CI push trigger to keep badge current
Without push trigger on main, merging development→main produces no CI run and the README badge stays stale. Now pushes to either branch trigger CI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9806ca4 commit 590be53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# TRIGGERS:
1414
# - Pull requests to main/development branches
15-
# - Push to development branch (for CI monitoring/iteration)
15+
# - Push to main or development branches
1616
# - Manual runs via workflow_dispatch
1717
#
1818
# DO NOT create additional workflow files for:
@@ -35,6 +35,7 @@ name: CI
3535
on:
3636
push:
3737
branches:
38+
- main
3839
- development
3940
pull_request:
4041
branches:

0 commit comments

Comments
 (0)