summaryrefslogtreecommitdiffstats
path: root/.github/workflows/clang-format-check.yml
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-09-24 18:52:24 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-09-24 18:52:24 (GMT)
commitf71e74f4e4d8a271ec1586edc2863d900a476165 (patch)
treee5fba2ce5cddfc8a7e480a96feb0b3c8830ea3f9 /.github/workflows/clang-format-check.yml
parent6b146273305559b1ca1dcbb65660f0c62d7288af (diff)
downloadhdf5-f71e74f4e4d8a271ec1586edc2863d900a476165.zip
hdf5-f71e74f4e4d8a271ec1586edc2863d900a476165.tar.gz
hdf5-f71e74f4e4d8a271ec1586edc2863d900a476165.tar.bz2
Update actions - split push/pull-request commits
Diffstat (limited to '.github/workflows/clang-format-check.yml')
-rw-r--r--.github/workflows/clang-format-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml
index e18c5b1..5b5222b 100644
--- a/.github/workflows/clang-format-check.yml
+++ b/.github/workflows/clang-format-check.yml
@@ -1,5 +1,5 @@
name: clang-format Check
-on: [push]
+on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check