ci: Enable on 1.x branch

pull/98/head
Jan Tojnar 1 year ago
parent 6f4404030b
commit f4550ccc46
  1. 2
      .github/workflows/coding-standards.yml
  2. 2
      .github/workflows/continuous-integration.yml

@ -4,9 +4,11 @@ on:
pull_request:
branches:
- master
- 1.x
push:
branches:
- master
- 1.x
env:
SYMFONY_PHPUNIT_VERSION: 7.5

@ -4,9 +4,11 @@ on:
pull_request:
branches:
- "master"
- "1.x"
push:
branches:
- "master"
- "1.x"
env:
fail-fast: true

Loading…
Cancel
Save