Update pull_request triggers to also use paths-ignore

- Add additional ignores
This commit is contained in:
brandonlenz 2023-05-15 18:55:13 -04:00
parent 99eb0cd484
commit 45bddd012c
No known key found for this signature in database
GPG key ID: FC8818009789E370
3 changed files with 16 additions and 0 deletions

View file

@ -4,9 +4,15 @@ on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
- '.gitignore'
branches:
- main
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- '.gitignore'
branches:
- main

View file

@ -5,9 +5,15 @@ on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
- '.gitignore'
branches:
- main
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- '.gitignore'
branches:
- main

4
.gitignore vendored
View file

@ -144,6 +144,10 @@ venv.bak/
.dmypy.json
dmypy.json
# OWASP
zap.yaml
zap_report.html
# Pyre type checker
.pyre/