Skip to content

Commit ac2c07a

Browse files
committed
Simplify codebase
1 parent d261284 commit ac2c07a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/symfony.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: CI
33
on:
44
push:
55
branches:
6-
- '6.4'
6+
- '6.4wApi'
77
pull_request:
88
branches:
9-
- '6.4'
9+
- '6.4wApi'
1010

1111
env:
1212
APP_ENV: test
1313

1414
jobs:
1515
symfony:
16-
name: Symfony 6.4 (PHP ${{ matrix.php-versions }})
16+
name: Symfony 6.4wApi (PHP ${{ matrix.php-versions }})
1717
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: true

0 commit comments

Comments
 (0)