diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-02-13 01:03:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 01:03:37 (GMT) |
commit | 606dc11623b57987d77a7640b8687d2f6df6abda (patch) | |
tree | 929e6f837c3523bfec013711ac116614478d39c3 /.github/workflows | |
parent | dcd4e2d7b9f3b8e4cf9b04588b777a9ad4a323f0 (diff) | |
download | hdf5-606dc11623b57987d77a7640b8687d2f6df6abda.zip hdf5-606dc11623b57987d77a7640b8687d2f6df6abda.tar.gz hdf5-606dc11623b57987d77a7640b8687d2f6df6abda.tar.bz2 |
Drop non-1.12 branches in main.yml (#2447)
There's no reason to list develop, etc. in the list of branches where
this flavor of main.yml applies. Those branches have their own main.yml
files.
Diffstat (limited to '.github/workflows')
-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 4c2159f..36b190b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: push: pull_request: - branches: [ develop, hdf5_1_14, hdf5_1_12, hdf5_1_10, hdf5_1_8 ] + branches: [ hdf5_1_12 ] paths-ignore: - '.github/CODEOWNERS' - '.github/FUNDING.yml' |