Skip to content

Commit

Permalink
Use v1 branch for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed May 27, 2023
1 parent 3fc0c63 commit 2dd3e87
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:
- 'main'
- 'v1'
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:
- 'main'
- 'v1'
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:
- 'main'
- 'v1'
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:
- 'main'
- 'v1'
pull_request:
branches:
- '*'
Expand Down

0 comments on commit 2dd3e87

Please sign in to comment.