Adds the onion VFD to Github workflows (#1734)

This commit is contained in:
Dana Robinson
2022-05-05 18:53:21 -07:00
committed by GitHub
parent 4d335fc267
commit 7450731a44
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ name: hdf5 dev CI
on:
workflow_dispatch:
push:
branches: [ develop, hdf5_1_12, hdf5_1_10, hdf5_1_8 ]
branches: [ develop, hdf5_1_12, hdf5_1_10, hdf5_1_8, feature/onion_vfd ]
paths-ignore:
- '.github/**'
- 'doc/**'

View File

@@ -3,7 +3,7 @@ name: PR hdf5 dev CI
# Controls when the action will run. Triggers the workflow on push or pull request
on:
pull_request:
branches: [ develop, hdf5_1_12, hdf5_1_10, hdf5_1_8 ]
branches: [ develop, hdf5_1_12, hdf5_1_10, hdf5_1_8, feature/onion_vfd ]
paths-ignore:
- '.github/**'
- 'doc/**'