summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-02-12 15:15:38 (GMT)
committerGitHub <noreply@github.com>2023-02-12 15:15:38 (GMT)
commit972c8833c6658a29f63ea3dc3730ee2dfcc1260b (patch)
tree3f96949859c1a7280e56fca9438913ce1ac0e6e0 /.github
parent9d596b4a591725fa170abcea8f05d168075df69e (diff)
downloadhdf5-972c8833c6658a29f63ea3dc3730ee2dfcc1260b.zip
hdf5-972c8833c6658a29f63ea3dc3730ee2dfcc1260b.tar.gz
hdf5-972c8833c6658a29f63ea3dc3730ee2dfcc1260b.tar.bz2
Drop non-develop branches in main.yml (#2446)
There's no reason to list 1.10, 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 01baf4d..de33669 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: [ develop ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'