Skip to content

Commit 878358c

Browse files
committed
Fix CI on the main banches
1 parent c0c28f8 commit 878358c

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)