Skip to content

Commit

Permalink
Fixed branches on which tests are running (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: Yann Eugoné <yeugone@prestaconcept.net>
  • Loading branch information
Yann Eugoné and Yann Eugoné committed Oct 9, 2023
1 parent 649767e commit 6277467
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -4,7 +4,11 @@ on:
pull_request:
push:
branches:
- "master"
- "1.5"
- "1.x"
- "2.x"
- "3.x"
- "4.x"

jobs:
phpunit:
Expand Down

0 comments on commit 6277467

Please sign in to comment.