Compare commits

...

1 Commits

Author SHA1 Message Date
Les Kurz
42620ccf16 Update pr-check.yml
change PR workflow for this feature branch
2021-01-07 14:25:06 -06:00

View File

@@ -3,7 +3,7 @@ name: hdf5 dev CI
# Controls when the action will run. Triggers the workflow on push or pull request # Controls when the action will run. Triggers the workflow on push or pull request
on: on:
pull_request: 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/async2 ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs: