Skip to content

Commit a6b5a23

Browse files
committed
ci(workflow): add push trigger for main branch in CI configuration
Enhance the CI workflow by adding a trigger for push events specifically on the main branch, ensuring that builds are initiated on code changes to the primary development branch.
1 parent 3f76163 commit a6b5a23

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58

69
permissions:

0 commit comments

Comments
 (0)