File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
paths :
9
9
- " .github/workflows/coding-standards.yml"
10
10
- " composer.*"
11
- - " src/**" # but some packages use lib
11
+ - " src/**"
12
12
- " phpcs.xml.dist"
13
13
- " tests/**"
14
14
push :
17
17
paths :
18
18
- " .github/workflows/coding-standards.yml"
19
19
- " composer.*"
20
- - " src/**" # but some packages use lib
20
+ - " src/**"
21
21
- " phpcs.xml.dist"
22
22
- " tests/**"
23
23
Original file line number Diff line number Diff line change 7
7
paths :
8
8
- " .github/workflows/continuous-integration.yml"
9
9
- " composer.*"
10
- - " src/**" # but some packages use lib
10
+ - " src/**"
11
11
- " phpunit.xml.dist"
12
12
- " tests/**"
13
13
push :
16
16
paths :
17
17
- " .github/workflows/continuous-integration.yml"
18
18
- " composer.*"
19
- - " src/**" # but some packages use lib
19
+ - " src/**"
20
20
- " phpunit.xml.dist"
21
21
- " tests/**"
22
22
Original file line number Diff line number Diff line change 8
8
paths :
9
9
- " .github/workflows/static-analysis.yml"
10
10
- " composer.*"
11
- - " src/**" # but some packages use lib
11
+ - " src/**"
12
12
- " phpstan*"
13
13
- " psalm*"
14
14
- " tests/**"
18
18
paths :
19
19
- " .github/workflows/static-analysis.yml"
20
20
- " composer.*"
21
- - " src/**" # but some packages use lib
21
+ - " src/**"
22
22
- " phpstan*"
23
23
- " psalm*"
24
24
- " tests/**"
You can’t perform that action at this time.
0 commit comments