diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-06 23:04:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 23:04:22 (GMT) |
commit | c81841b715491437cf27ed6cc6ce0ada92ae230a (patch) | |
tree | a5d827d8a75cfb20e7058a6ce84912ab8bcd97ff /.github | |
parent | 8be78e3f0a9109b7ccd077a7f4304922e95495cf (diff) | |
download | hdf5-c81841b715491437cf27ed6cc6ce0ada92ae230a.zip hdf5-c81841b715491437cf27ed6cc6ce0ada92ae230a.tar.gz hdf5-c81841b715491437cf27ed6cc6ce0ada92ae230a.tar.bz2 |
Brings release timeline and github action changes from develop (#1597)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 3 |
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: |