Skip to content

Commit fa4ef19

Browse files
committed
Refactor workflow YAML files to standardize push configuration.
1 parent ebeddbd commit fa4ef19

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ on:
1515
- 'infection.json.dist'
1616
- 'psalm.xml'
1717

18-
push: *ignore-paths
18+
push:
19+
<<: *ignore-paths
1920
branches: ['master']
2021

2122
concurrency:

.github/workflows/composer-require-checker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ on:
1515
- 'infection.json.dist'
1616
- 'psalm.xml'
1717

18-
push: *ignore-paths
18+
push:
19+
<<: *ignore-paths
1920
branches: ['master']
2021

2122
concurrency:

.github/workflows/mutation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ on:
1515
- 'infection.json.dist'
1616
- 'psalm.xml'
1717

18-
push: *ignore-paths
18+
push:
19+
<<: *ignore-paths
1920
branches: ['master']
2021

2122
concurrency:

.github/workflows/static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ on:
1515
- 'infection.json.dist'
1616
- 'psalm.xml'
1717

18-
push: *ignore-paths
18+
push:
19+
<<: *ignore-paths
1920
branches: ['master']
2021

2122
concurrency:

0 commit comments

Comments
 (0)