Skip to content

Commit efa3108

Browse files
committed
always run
1 parent 42d912a commit efa3108

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Fix PHP code style issues
22

33
on:
44
push:
5-
paths:
6-
- '**.php'
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
78

89
jobs:
910
php-code-styling:

.github/workflows/phpstan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: PHPStan
22

33
on:
44
push:
5-
paths:
6-
- '**.php'
7-
- 'phpstan.neon.dist'
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
88

99
jobs:
1010
phpstan:

0 commit comments

Comments
 (0)