Skip to content

Commit aba6bf1

Browse files
authored
Merge pull request #17 from kenjis/fix-github-workflows-composer
fix: github workflows paths
2 parents 786e5aa + dde9031 commit aba6bf1

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

src/Template/.github/workflows/deptrac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- develop
77
paths:
88
- '**.php'
9-
- 'composer.**'
9+
- 'composer.*'
1010
- 'depfile.yaml'
1111
- '.github/workflows/deptrac.yml'
1212
push:
1313
branches:
1414
- develop
1515
paths:
1616
- '**.php'
17-
- 'composer.**'
17+
- 'composer.*'
1818
- 'depfile.yaml'
1919
- '.github/workflows/deptrac.yml'
2020

src/Template/.github/workflows/infection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- develop
77
paths:
88
- '**.php'
9-
- 'composer.**'
9+
- 'composer.*'
1010
- 'phpunit*'
1111
- '.github/workflows/infection.yml'
1212
push:
1313
branches:
1414
- develop
1515
paths:
1616
- '**.php'
17-
- 'composer.**'
17+
- 'composer.*'
1818
- 'phpunit*'
1919
- '.github/workflows/infection.yml'
2020

src/Template/.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- develop
77
paths:
88
- '**.php'
9-
- 'composer.**'
9+
- 'composer.*'
1010
- 'phpstan*'
1111
- '.github/workflows/phpstan.yml'
1212
push:
1313
branches:
1414
- develop
1515
paths:
1616
- '**.php'
17-
- 'composer.**'
17+
- 'composer.*'
1818
- 'phpstan*'
1919
- '.github/workflows/phpstan.yml'
2020

src/Template/.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- develop
77
paths:
88
- '**.php'
9-
- 'composer.**'
9+
- 'composer.*'
1010
- 'phpunit*'
1111
- '.github/workflows/phpunit.yml'
1212
push:
1313
branches:
1414
- develop
1515
paths:
1616
- '**.php'
17-
- 'composer.**'
17+
- 'composer.*'
1818
- 'phpunit*'
1919
- '.github/workflows/phpunit.yml'
2020

src/Template/.github/workflows/rector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- develop
77
paths:
88
- '**.php'
9-
- 'composer.**'
9+
- 'composer.*'
1010
- 'rector.php'
1111
- '.github/workflows/rector.yml'
1212
push:
1313
branches:
1414
- develop
1515
paths:
1616
- '**.php'
17-
- 'composer.**'
17+
- 'composer.*'
1818
- 'rector.php'
1919
- '.github/workflows/rector.yml'
2020

src/Template/.github/workflows/unused.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
- develop
77
paths:
88
- '**.php'
9-
- 'composer.**'
9+
- 'composer.*'
1010
- '.github/workflows/unused.yml'
1111
push:
1212
branches:
1313
- develop
1414
paths:
1515
- '**.php'
16-
- 'composer.**'
16+
- 'composer.*'
1717
- '.github/workflows/unused.yml'
1818

1919
jobs:

0 commit comments

Comments
 (0)