Skip to content

Commit

Permalink
Run QA workflow on composer.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed May 20, 2024
1 parent 26d0ce1 commit 52b80df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- '**phpcs.xml.dist'
- '**phpunit.xml.dist'
- '**psalm.xml'
- '**composer.json'
pull_request:
paths:
- '**workflows/quality-assurance.yml'
- '**.php'
- '**phpcs.xml.dist'
- '**phpunit.xml.dist'
- '**psalm.xml'
- '**composer.json'
workflow_dispatch:
inputs:
jobs:
Expand All @@ -32,7 +34,7 @@ on:
- 'Run mutation tests only'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 52b80df

Please sign in to comment.