We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b722f44 commit 282e4ceCopy full SHA for 282e4ce
1 file changed
.github/workflows/cs.yml
@@ -1,15 +1,17 @@
1
name: Code Style
2
3
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'
+ pull_request_target:
+ paths:
+ - '.github/workflows/cs.yml'
+ - 'config/**'
+ - 'public/index.php'
+ - 'src/**'
+ - 'tests/**'
+ - '.php-cs-fixer.dist.php'
+ - 'composer.json'
13
+ - 'rector.php'
14
+ - 'yii'
15
16
jobs:
17
cs-fix:
0 commit comments