summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-02-12 15:16:22 (GMT)
committerGitHub <noreply@github.com>2023-02-12 15:16:22 (GMT)
commitb5ddec4554731191f3a7f04c57c87dae61762e74 (patch)
tree8953f4092bd0c8a4cd4ef21b928ac5fafd36f3b4 /.github
parent0a5f9aff1743c59bdf7cc0275580b77a3e4bd3b3 (diff)
downloadhdf5-b5ddec4554731191f3a7f04c57c87dae61762e74.zip
hdf5-b5ddec4554731191f3a7f04c57c87dae61762e74.tar.gz
hdf5-b5ddec4554731191f3a7f04c57c87dae61762e74.tar.bz2
Drop non-1.14 branches in main.yml (#2448)
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')
-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 cd5e221..abe40c4 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_14 ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'