From fb2f00ca73aecf55b7a493d36a64cc0c551b0814 Mon Sep 17 00:00:00 2001 From: Jeremy Borgman Date: Fri, 4 Sep 2020 20:47:40 -0500 Subject: [PATCH] added actions on PR --- .github/workflows/build_cmake.yml | 2 +- .github/workflows/clang-format.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 9e9bc400..f6d9f64b 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -1,6 +1,6 @@ name: CMake -on: [push] +on: [push, pull_request] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 3a2e8f4c..2b5c36e1 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -1,6 +1,6 @@ name: test-clang-format -on: [push] +on: [push, pull_request] jobs: build: