Skip to content

Commit 5b06862

Browse files
committed
Extends CI to develop and main branches
Updates the CI workflow to trigger on push and pull request events for both the `develop` and `main` branches, ensuring comprehensive testing and validation for all relevant code changes.
1 parent 28c9de2 commit 5b06862

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: CI
22

33
on:
4+
push:
5+
branches: [ develop, main ]
46
pull_request:
5-
branches: [ master ]
7+
branches: [ develop, main ]
68

79
jobs:
810
phpunit:

0 commit comments

Comments
 (0)