Skip to content

Commit 4806939

Browse files
committed
php|phpstan: Run in any pull request
1 parent 334aaf8 commit 4806939

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- main
77
- release/*
88
pull_request:
9-
branches:
10-
- main
119

1210
jobs:
1311
lint:

.github/workflows/phpstan.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: PHPStan
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75

86
jobs:
97
phpstan:

0 commit comments

Comments
 (0)