Skip to content

Commit

Permalink
Add list of files to ignore
Browse files Browse the repository at this point in the history
These are the files that, if changed, shouldn't trigger any visual regression
tests. The list is reused via a YAML anchor so we only need to update the list
once.
  • Loading branch information
injms authored Sep 27, 2022
1 parent a3efb46 commit 9c68003
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/visual-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@ on:
push:
branches:
- main
paths-ignore: &ignore-list
- ".github/**"
- "docs/**"
- ".gitignore"
- "startup.sh"
- "CHANGELOG.md"
- "README.md"
- "LICENCE.md"
- "SUPPORT.md"
pull_request:
paths-ignore: *ignore-list

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

0 comments on commit 9c68003

Please sign in to comment.