Skip to content

Commit

Permalink
Enforce running tests when the install-wp-tests.sh script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Sep 28, 2023
1 parent 011edb9 commit 4111485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:
- '.github/workflows/deploy.yml'
- '.github/workflows/lint.yml'
- 'config/**'
- '!config/scripts/install-wp-tests.sh'
- 'css/**'
- 'js/**'
pull_request:
Expand All @@ -54,6 +55,7 @@ on:
- '.github/workflows/deploy.yml'
- '.github/workflows/lint.yml'
- 'config/**'
- '!config/scripts/install-wp-tests.sh'
- 'css/**'
- 'js/**'
# Allow manually triggering the workflow.
Expand Down

0 comments on commit 4111485

Please sign in to comment.