Skip to content

Commit

Permalink
Don't run CI tests when only updating markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed May 7, 2024
1 parent 6febb5a commit 4e2b0ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- '**'
paths-ignore:
- 'CHANGELOG.md'
- 'LICENCE'
- 'README.md'
tags-ignore:
- '**'

Expand Down

0 comments on commit 4e2b0ae

Please sign in to comment.