summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-10-23 19:49:47 (GMT)
committerGitHub <noreply@github.com>2023-10-23 19:49:47 (GMT)
commitba9140e5ec7422b18289b15c04095968199e6529 (patch)
treed600bf8dc0ce90e0853dcbec7ad1e306a96c1c33 /.github/workflows
parentca01d00a80990674922e5a716d05a9d38489182b (diff)
downloadhdf5-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/workflows')
-rw-r--r--.github/workflows/main.yml2
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'