Skip to content

Commit fcd70e5

Browse files
authored
GitHub Actions: Trigger Pint workflow with paths filter (#3)
1 parent 872e812 commit fcd70e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
push:
66
branches:
77
- main
8+
paths:
9+
- '**.php'
10+
- 'composer.json'
11+
- 'composer.lock'
12+
- 'pint.json'
13+
- '.github/workflows/pint.yml'
814

915
concurrency:
1016
group: ${{ github.workflow }}-${{ github.ref_name }}

0 commit comments

Comments
 (0)