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.
This commit is contained in:
Dana Robinson 2023-02-12 07:15:38 -08:00 committed by GitHub
parent 9d596b4a59
commit 972c8833c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'