Merge pull request #613 from cisagov/bl-audit-paths-ignore

Audit workflow paths-ignore
This commit is contained in:
Brandon Lenz 2023-05-16 10:44:10 -04:00 committed by GitHub
commit c3f1fcba27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 0 deletions

View file

@ -7,6 +7,8 @@ on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
- '.gitignore'
tags:
- v*

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/