Skip to content

Commit

Permalink
GitHub Actions: Trigger Pint workflow with paths filter (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus authored Dec 18, 2024
1 parent 872e812 commit fcd70e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
push:
branches:
- main
paths:
- '**.php'
- 'composer.json'
- 'composer.lock'
- 'pint.json'
- '.github/workflows/pint.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down

0 comments on commit fcd70e5

Please sign in to comment.