Skip to content

Commit

Permalink
Run tests on 4.x too
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Apr 7, 2024
1 parent 4729745 commit 33a0300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ on:
- .github/workflows/quality-assurance.yml
branches:
- 3.x
- 4.x
pull_request:
paths:
- src/**/*.php
- .github/workflows/quality-assurance.yml
branches:
- 2.x
- 3.x
- 4.x
schedule:
- cron: "5 1 * * *"

Expand Down

0 comments on commit 33a0300

Please sign in to comment.