Skip to content

Commit

Permalink
Fix branch in gh workflows (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz authored Nov 2, 2023
1 parent 681e3c8 commit aa7534f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
pull_request:
push:
branches:
- 2.0
- 2.x

name: phpunit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
pull_request:
push:
branches:
- 2.0
- 2.x

name: static analysis

Expand Down

0 comments on commit aa7534f

Please sign in to comment.