Skip to content

Commit

Permalink
Allow all workflows to run on v2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed Sep 22, 2023
1 parent 0d0ed2d commit c441fc5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Style
on:
push:
branches:
- 'v1'
- 'v2'
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPStan
on:
push:
branches:
- 'v1'
- 'v2'
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Redis Tests
on:
push:
branches:
- 'v1'
- 'v2'
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
branches:
- 'v1'
- 'v2'
pull_request:
branches:
- '*'
Expand Down

0 comments on commit c441fc5

Please sign in to comment.