Skip to content

Commit

Permalink
Add "pull_request" to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu authored Jul 4, 2024
1 parent 280be94 commit 2ca7df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Code Quality

on:
- push
- pull_request

jobs:
php-cs-fixer:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Testing

on:
- push
- pull_request

jobs:
phpunit:
Expand Down

0 comments on commit 2ca7df3

Please sign in to comment.