Skip to content

Commit 0f57f3b

Browse files
committed
Run checks on pull requests
1 parent 972da62 commit 0f57f3b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/codesniffer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: null
7+
pull_request:
88
schedule:
99
- cron: "30 1 * * *"
1010

.github/workflows/composer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: null
7+
pull_request:
88
schedule:
99
- cron: "30 1 * * *"
1010

.github/workflows/extensions_finder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: null
7+
pull_request:
88
schedule:
99
- cron: "30 1 * * *"
1010

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: null
7+
pull_request:
88
schedule:
99
- cron: "30 1 * * *"
1010

.github/workflows/phpstan_lowest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: null
7+
pull_request:
88
schedule:
99
- cron: "30 1 * * *"
1010

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: null
7+
pull_request:
88
schedule:
99
- cron: "30 1 * * *"
1010

.github/workflows/phpunit_lowest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: null
7+
pull_request:
88
schedule:
99
- cron: "30 1 * * *"
1010

.github/workflows/syntax_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: null
7+
pull_request:
88
schedule:
99
- cron: "30 1 * * *"
1010

0 commit comments

Comments
 (0)