File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
src/Template/.github/workflows Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
- develop
7
7
paths :
8
8
- ' **.php'
9
- - ' composer.** '
9
+ - ' composer.*'
10
10
- ' depfile.yaml'
11
11
- ' .github/workflows/deptrac.yml'
12
12
push :
13
13
branches :
14
14
- develop
15
15
paths :
16
16
- ' **.php'
17
- - ' composer.** '
17
+ - ' composer.*'
18
18
- ' depfile.yaml'
19
19
- ' .github/workflows/deptrac.yml'
20
20
Original file line number Diff line number Diff line change 6
6
- develop
7
7
paths :
8
8
- ' **.php'
9
- - ' composer.** '
9
+ - ' composer.*'
10
10
- ' phpunit*'
11
11
- ' .github/workflows/infection.yml'
12
12
push :
13
13
branches :
14
14
- develop
15
15
paths :
16
16
- ' **.php'
17
- - ' composer.** '
17
+ - ' composer.*'
18
18
- ' phpunit*'
19
19
- ' .github/workflows/infection.yml'
20
20
Original file line number Diff line number Diff line change 6
6
- develop
7
7
paths :
8
8
- ' **.php'
9
- - ' composer.** '
9
+ - ' composer.*'
10
10
- ' phpstan*'
11
11
- ' .github/workflows/phpstan.yml'
12
12
push :
13
13
branches :
14
14
- develop
15
15
paths :
16
16
- ' **.php'
17
- - ' composer.** '
17
+ - ' composer.*'
18
18
- ' phpstan*'
19
19
- ' .github/workflows/phpstan.yml'
20
20
Original file line number Diff line number Diff line change 6
6
- develop
7
7
paths :
8
8
- ' **.php'
9
- - ' composer.** '
9
+ - ' composer.*'
10
10
- ' phpunit*'
11
11
- ' .github/workflows/phpunit.yml'
12
12
push :
13
13
branches :
14
14
- develop
15
15
paths :
16
16
- ' **.php'
17
- - ' composer.** '
17
+ - ' composer.*'
18
18
- ' phpunit*'
19
19
- ' .github/workflows/phpunit.yml'
20
20
Original file line number Diff line number Diff line change 6
6
- develop
7
7
paths :
8
8
- ' **.php'
9
- - ' composer.** '
9
+ - ' composer.*'
10
10
- ' rector.php'
11
11
- ' .github/workflows/rector.yml'
12
12
push :
13
13
branches :
14
14
- develop
15
15
paths :
16
16
- ' **.php'
17
- - ' composer.** '
17
+ - ' composer.*'
18
18
- ' rector.php'
19
19
- ' .github/workflows/rector.yml'
20
20
Original file line number Diff line number Diff line change 6
6
- develop
7
7
paths :
8
8
- ' **.php'
9
- - ' composer.** '
9
+ - ' composer.*'
10
10
- ' .github/workflows/unused.yml'
11
11
push :
12
12
branches :
13
13
- develop
14
14
paths :
15
15
- ' **.php'
16
- - ' composer.** '
16
+ - ' composer.*'
17
17
- ' .github/workflows/unused.yml'
18
18
19
19
jobs :
You can’t perform that action at this time.
0 commit comments