summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-05 22:26:35 (GMT)
committerGitHub <noreply@github.com>2022-04-05 22:26:35 (GMT)
commita0aeb114e93500ec81dc0a2c1165a84969855e4d (patch)
tree17339535bc95c148a82fd27e5fe076e207feee50
parenta2b2148e73f50bced268a69655bb12c9a845ff22 (diff)
downloadhdf5-a0aeb114e93500ec81dc0a2c1165a84969855e4d.zip
hdf5-a0aeb114e93500ec81dc0a2c1165a84969855e4d.tar.gz
hdf5-a0aeb114e93500ec81dc0a2c1165a84969855e4d.tar.bz2
Adds additional files/paths to ignore for github actions (#1585)
-rw-r--r--.github/workflows/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b99361e..2282a09 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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: