Skip to content

Commit e6ffdd5

Browse files
committed
Fix workflow trigger
Signed-off-by: core23 <[email protected]>
1 parent 50371dd commit e6ffdd5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
name: "Check Coding Standards"
44

55
on:
6+
create:
67
pull_request:
78
push:
89
branches:
9-
- "master"
1010

1111
jobs:
1212
coding-standards:

.github/workflows/mutation-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
name: "Mutation tests"
44

55
on:
6+
create:
67
pull_request:
8+
push:
9+
branches:
710

811
jobs:
912
mutation-tests:

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
name: "PHPUnit tests"
44

55
on:
6+
create:
67
pull_request:
78
push:
89
branches:
9-
- "master"
1010

1111
jobs:
1212
phpunit:

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
name: "Static Analysis by Psalm"
44

55
on:
6+
create:
67
pull_request:
78
push:
89
branches:
9-
- "master"
1010

1111
jobs:
1212
static-analysis-psalm:

0 commit comments

Comments
 (0)