Skip to content

Commit 130851b

Browse files
committed
bug #898 CI fix (fabpot)
This PR was merged into the 1.x branch. Discussion ---------- CI fix Commits ------- 878358c Fix CI on the main banches
2 parents c0c28f8 + 878358c commit 130851b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'main'
7+
- '1.x'
8+
- '2.x'
89

910
env:
1011
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"

0 commit comments

Comments
 (0)