diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-10-23 19:49:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 19:49:47 (GMT) |
commit | ba9140e5ec7422b18289b15c04095968199e6529 (patch) | |
tree | d600bf8dc0ce90e0853dcbec7ad1e306a96c1c33 /.github | |
parent | ca01d00a80990674922e5a716d05a9d38489182b (diff) | |
download | hdf5-ba9140e5ec7422b18289b15c04095968199e6529.zip hdf5-ba9140e5ec7422b18289b15c04095968199e6529.tar.gz hdf5-ba9140e5ec7422b18289b15c04095968199e6529.tar.bz2 |
Initial preparation of hdf5-1_11_3 release branch for HDF5 1.12.3 release:\nUpdated configure.ac for release: switched configure default to production mode and disabled maintainer mode.\nSet HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt.\n Generated release files including Makefile.ins with autogen.sh, autoconf 2.71 and automake 1.16.2.\nIncremented version to 1.12.3-2. (#3756)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 031783b..ab0079b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: push: pull_request: - branches: [ hdf5_1_12 ] + branches: [ hdf5_1_12_3 ] paths-ignore: - '.github/CODEOWNERS' - '.github/FUNDING.yml' |