Skip to content

Commit 07c0ac9

Browse files
authored
Merge pull request #122 from fredden/feature/rebuild-on-yaml-change
Rebuild images when configuration YAML changes
2 parents d54af91 + 70c2dbe commit 07c0ac9

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/coding-standard-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- master
1010
paths:
11+
- .github/workflows/coding-standard-images.yml
1112
- 'magento-coding-standard/**'
1213

1314
jobs:

.github/workflows/integration-test-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- master
1010
paths:
11+
- .github/workflows/integration-test-images.yml
1112
- 'magento-integration-tests/**'
1213

1314
jobs:

.github/workflows/php-compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- master
1010
paths:
11+
- .github/workflows/php-compatibility.yml
1112
- 'php-compatibility/**'
1213

1314
jobs:

.github/workflows/phpstan-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- master
1010
paths:
11+
- .github/workflows/phpstan-images.yml
1112
- 'magento-phpstan/**'
1213
workflow_run:
1314
workflows:

.github/workflows/unit-test-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- master
1010
paths:
11+
- .github/workflows/unit-test-images.yml
1112
- 'magento-unit-tests/**'
1213

1314
jobs:

0 commit comments

Comments
 (0)