Skip to content

Commit

Permalink
Run workflows on develop and v4
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 committed Apr 23, 2024
1 parent 5cb7f80 commit 0e0a158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Lint
on:
push:
branches:
- master
- develop
- v4
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: PHPUnit
on:
push:
branches:
- main
- develop
- v4
pull_request:

jobs:
Expand Down

0 comments on commit 0e0a158

Please sign in to comment.