Skip to content

Commit 8c3466d

Browse files
authored
Merge pull request #116 from Hypercart-Dev-Tools/development
Add main branch to CI push trigger to keep badge current
2 parents d72fc5d + 590be53 commit 8c3466d

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)