From 606dc11623b57987d77a7640b8687d2f6df6abda Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Sun, 12 Feb 2023 17:03:37 -0800 Subject: 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. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v0.12