Added feature/vol_cap_flags branch to GitHub actions

This commit is contained in:
Dana Robinson
2022-08-19 12:18:26 -07:00
parent 281db5876e
commit b70c60e159
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/vol_cap_flags ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'

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/vol_cap_flags ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'