summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-07-21 14:49:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-07-21 14:49:09 (GMT)
commit892ccb28fbf37b196dfea9043b09b1dae8e8d501 (patch)
treebdc5f540280cd7587b6c2e5f1a4a4b0378053a0d /.github
parent9dfeb4020c7a4c4cf384899d3768440078b266b9 (diff)
downloadhdf5-892ccb28fbf37b196dfea9043b09b1dae8e8d501.zip
hdf5-892ccb28fbf37b196dfea9043b09b1dae8e8d501.tar.gz
hdf5-892ccb28fbf37b196dfea9043b09b1dae8e8d501.tar.bz2
Examples DESTDIR and github action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a3fdadb..60e21c7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -4,8 +4,8 @@ name: hdf5 dev CI
on:
push:
branches: [ develop, hdf5_1_12, hdf5_1_10, hdf5_1_8 ]
-# pull_request:
-# branches: [ develop ]
+ pull_request:
+ branches: [ develop, hdf5_1_12, hdf5_1_10, hdf5_1_8 ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: