summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-06-12 04:06:49 (GMT)
committerGitHub <noreply@github.com>2022-06-12 04:06:49 (GMT)
commit2a147be72f29bbe5077bdb7b21b74fc5d24f1b44 (patch)
treea9549d2f2c1ed4f0635f47d334005cbc0ff092b4 /.github/workflows
parent4466a30825eda620a00e5d8fac35ecf765296aad (diff)
downloadhdf5-2a147be72f29bbe5077bdb7b21b74fc5d24f1b44.zip
hdf5-2a147be72f29bbe5077bdb7b21b74fc5d24f1b44.tar.gz
hdf5-2a147be72f29bbe5077bdb7b21b74fc5d24f1b44.tar.bz2
Hdf5 1 12 sync (#1794)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-check.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index 65bf42b..5dd923f 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -1,10 +1,17 @@
-name: hdf5 dev CI
+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 ]
-
+ paths-ignore:
+ - '.github/**'
+ - 'doc/**'
+ - 'release_docs/**'
+ - 'ACKNOWLEDGEMENTS'
+ - 'COPYING**'
+ - '**.md'
+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"