From 42620ccf16ce92639be44dd3a2a56f043d89fd55 Mon Sep 17 00:00:00 2001
From: Les Kurz <lkurz@users.noreply.github.com>
Date: Thu, 7 Jan 2021 14:25:06 -0600
Subject: Update pr-check.yml

change PR workflow for this feature branch
---
 .github/workflows/pr-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
cgit v0.12