summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLes Kurz <lkurz@users.noreply.github.com>2021-01-07 20:25:06 (GMT)
committerGitHub <noreply@github.com>2021-01-07 20:25:06 (GMT)
commit42620ccf16ce92639be44dd3a2a56f043d89fd55 (patch)
tree1575f68418db972c16f05edfb5818079dd0833e5
parent3ae45182b5f728fbe0fc25cf1fd8db5b1e014d4a (diff)
downloadhdf5-feature/async2.zip
hdf5-feature/async2.tar.gz
hdf5-feature/async2.tar.bz2
Update pr-check.ymlfeature/async2
change PR workflow for this feature branch
-rw-r--r--.github/workflows/pr-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index 47feb7a..82c6027 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -3,7 +3,7 @@ name: 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/async2 ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: