add tests.py to on:pull_request:paths-ignore

This commit is contained in:
Yuru Shao 2022-06-20 13:06:20 -07:00
parent 261fa83273
commit 36b2d79e38

View file

@ -8,6 +8,7 @@ on:
branches: [ "master" ]
# Skip the workflow if PR only contains changes to files matching the following path patterns
paths-ignore:
- tests.py
- '**/*.md'
- '**/*.rst'
- 'snappass/static/bootstrap/**'