Skip to content

Commit

Permalink
Merge pull request #113 from core23/fix-ci-trigger
Browse files Browse the repository at this point in the history
Fix workflow trigger
  • Loading branch information
Ocramius committed Feb 9, 2021
2 parents 50371dd + e6ffdd5 commit 32f970e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: "Check Coding Standards"

on:
create:
pull_request:
push:
branches:
- "master"

jobs:
coding-standards:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
name: "Mutation tests"

on:
create:
pull_request:
push:
branches:

jobs:
mutation-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: "PHPUnit tests"

on:
create:
pull_request:
push:
branches:
- "master"

jobs:
phpunit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: "Static Analysis by Psalm"

on:
create:
pull_request:
push:
branches:
- "master"

jobs:
static-analysis-psalm:
Expand Down

0 comments on commit 32f970e

Please sign in to comment.