add tests.py to on:pull_request:paths-ignore
This commit is contained in:
parent
261fa83273
commit
36b2d79e38
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
# Skip the workflow if PR only contains changes to files matching the following path patterns
|
# Skip the workflow if PR only contains changes to files matching the following path patterns
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- tests.py
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- '**/*.rst'
|
- '**/*.rst'
|
||||||
- 'snappass/static/bootstrap/**'
|
- 'snappass/static/bootstrap/**'
|
||||||
|
|
Loading…
Reference in a new issue