Adds additional files/paths to ignore for github actions (#1585)

This commit is contained in:
Dana Robinson 2022-04-05 15:26:35 -07:00 committed by GitHub
parent a2b2148e73
commit a0aeb114e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@ on:
- '.github/**'
- 'doc/**'
- 'release_docs/**'
- 'ACKNOWLEDGEMENTS'
- 'COPYING**'
- '**.md'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: