Skip to content

Commit

Permalink
Fix - test not running for old release branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverde8 committed Jul 16, 2024
1 parent 8b68170 commit 5251e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches: [ "master","v1.1" ]

permissions:
contents: read
Expand Down

0 comments on commit 5251e34

Please sign in to comment.