Skip to content

Commit 3eb57ba

Browse files
committed
Merge branch '1.x' into 2.x
* 1.x: Fix CI on the main banches
2 parents f6249fd + 130851b commit 3eb57ba

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)