Skip to content

Commit 282e4ce

Browse files
authored
Fix "Code Style" workflow (#431)
1 parent b722f44 commit 282e4ce

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/cs.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
name: Code Style
22

33
on:
4-
pull_request:
5-
paths-ignore:
6-
- 'docs/**'
7-
- 'README.md'
8-
- 'CHANGELOG.md'
9-
- '.gitignore'
10-
- '.gitattributes'
11-
- 'infection.json.dist'
12-
- 'psalm.xml'
4+
pull_request_target:
5+
paths:
6+
- '.github/workflows/cs.yml'
7+
- 'config/**'
8+
- 'public/index.php'
9+
- 'src/**'
10+
- 'tests/**'
11+
- '.php-cs-fixer.dist.php'
12+
- 'composer.json'
13+
- 'rector.php'
14+
- 'yii'
1315

1416
jobs:
1517
cs-fix:

0 commit comments

Comments
 (0)