Added feature/vol_cap_flags branch to GitHub actions
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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'
|
||||
|
||||
2
.github/workflows/pr-check.yml
vendored
2
.github/workflows/pr-check.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user