summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-02-12 15:15:08 (GMT)
committerGitHub <noreply@github.com>2023-02-12 15:15:08 (GMT)
commit87d4fd872fe8b9586b5f4e769f7a425c3dda6d56 (patch)
tree9ffee024940c95f8f4f279db3edb32622e4adc7a
parent5049d48a8d803abc5adeac9de3239df7f7899525 (diff)
downloadhdf5-87d4fd872fe8b9586b5f4e769f7a425c3dda6d56.zip
hdf5-87d4fd872fe8b9586b5f4e769f7a425c3dda6d56.tar.gz
hdf5-87d4fd872fe8b9586b5f4e769f7a425c3dda6d56.tar.bz2
Drop non-1.10 branches in main.yml (#2445)
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.
-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 2ec0897b..2523596 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_10 ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'