diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-06-29 23:46:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 23:46:28 (GMT) |
commit | f4a3d2c80b24ccf1afb8c6ead7f5c4df4c360407 (patch) | |
tree | ab3177c2afe45db48f8415a2d2d3a447df232a25 /.github/workflows/hdfeos5.yml | |
parent | d2e91ad50cedad8f7b3336720216afcdfb044314 (diff) | |
download | hdf5-f4a3d2c80b24ccf1afb8c6ead7f5c4df4c360407.zip hdf5-f4a3d2c80b24ccf1afb8c6ead7f5c4df4c360407.tar.gz hdf5-f4a3d2c80b24ccf1afb8c6ead7f5c4df4c360407.tar.bz2 |
Hdf5 1 14 release action (#3198)
* Update actions for release option, fix branch for daily build
* Scheduled workflows run on latest commit on the develop
Diffstat (limited to '.github/workflows/hdfeos5.yml')
-rw-r--r-- | .github/workflows/hdfeos5.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/hdfeos5.yml b/.github/workflows/hdfeos5.yml index 089e8df..1df76a1 100644 --- a/.github/workflows/hdfeos5.yml +++ b/.github/workflows/hdfeos5.yml @@ -1,10 +1,10 @@ -name: hdfeos5 +name: hdfeos5 1.14 on: workflow_dispatch: push: pull_request: - branches: [ develop ] + branches: [ hdf5_1_14 ] paths-ignore: - '.github/CODEOWNERS' - '.github/FUNDING.yml' |