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: push:
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- '**.md'
- '.gitignore'
tags: tags:
- v* - v*

View file

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

View file

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

4
.gitignore vendored
View file

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