Skip to content

Commit c6862c2

Browse files
committed
chore: fix workflow on section
1 parent 6d678ff commit c6862c2

File tree

7 files changed

+92
-0
lines changed

7 files changed

+92
-0
lines changed

.github/workflows/deptrac.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@ name: Deptrac
22

33
on:
44
pull_request:
5+
branches:
6+
- develop
7+
paths:
8+
- '**.php'
9+
- 'composer.*'
10+
- 'depfile.yaml'
11+
- '.github/workflows/deptrac.yml'
512
push:
13+
branches:
14+
- develop
15+
paths:
16+
- '**.php'
17+
- 'composer.*'
18+
- 'depfile.yaml'
19+
- '.github/workflows/deptrac.yml'
620

721
jobs:
822
deptrac:

.github/workflows/phpcsfixer.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@ name: PHPCSFixer
22

33
on:
44
pull_request:
5+
branches:
6+
- develop
7+
paths:
8+
- '**.php'
9+
- '.github/workflows/phpcsfixer.yml'
510
push:
11+
branches:
12+
- develop
13+
paths:
14+
- '**.php'
15+
- '.github/workflows/phpcsfixer.yml'
616

717
jobs:
818
phpcsfixer:

.github/workflows/phpstan.yml

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

33
on:
44
pull_request:
5+
branches:
6+
- develop
7+
paths:
8+
- '**.php'
9+
- 'composer.*'
10+
- 'phpstan*'
11+
- '.github/workflows/phpstan.yml'
512
push:
13+
branches:
14+
- develop
15+
paths:
16+
- '**.php'
17+
- 'composer.*'
18+
- 'phpstan*'
19+
- '.github/workflows/phpstan.yml'
620

721
jobs:
822
phpstan:

.github/workflows/phpunit.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@ name: PHPUnit
22

33
on:
44
pull_request:
5+
branches:
6+
- develop
7+
paths:
8+
- '**.php'
9+
- 'composer.*'
10+
- 'phpunit*'
11+
- '.github/workflows/phpunit.yml'
512
push:
13+
branches:
14+
- develop
15+
paths:
16+
- '**.php'
17+
- 'composer.*'
18+
- 'phpunit*'
19+
- '.github/workflows/phpunit.yml'
620

721
jobs:
822
phpunit:

.github/workflows/psalm.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@ name: Psalm
22

33
on:
44
pull_request:
5+
branches:
6+
- develop
7+
paths:
8+
- '**.php'
9+
- 'composer.*'
10+
- 'psalm*'
11+
- '.github/workflows/psalm.yml'
512
push:
13+
branches:
14+
- develop
15+
paths:
16+
- '**.php'
17+
- 'composer.*'
18+
- 'psalm*'
19+
- '.github/workflows/psalm.yml'
620

721
jobs:
822
psalm:

.github/workflows/rector.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@ name: Rector
22

33
on:
44
pull_request:
5+
branches:
6+
- develop
7+
paths:
8+
- '**.php'
9+
- 'composer.*'
10+
- 'rector.php'
11+
- '.github/workflows/rector.yml'
512
push:
13+
branches:
14+
- develop
15+
paths:
16+
- '**.php'
17+
- 'composer.*'
18+
- 'rector.php'
19+
- '.github/workflows/rector.yml'
620

721
jobs:
822
rector:

.github/workflows/unused.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@ name: Unused
22

33
on:
44
pull_request:
5+
branches:
6+
- develop
7+
paths:
8+
- '**.php'
9+
- 'composer.*'
10+
- '.github/workflows/unused.yml'
511
push:
12+
branches:
13+
- develop
14+
paths:
15+
- '**.php'
16+
- 'composer.*'
17+
- '.github/workflows/unused.yml'
618

719
jobs:
820
unused:

0 commit comments

Comments
 (0)