From 547fc11b29937cb3eb03ecafbfb0c68d205664af Mon Sep 17 00:00:00 2001 From: Gyusun Yeom Date: Sat, 6 Mar 2021 10:36:34 +0900 Subject: [PATCH] Run github actions on PR (#46) --- .github/workflows/cmake.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b793141..1c3c197 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,6 +1,16 @@ name: CMake -on: [push] +on: + pull_request: + branches: + - master + types: + - opened + - synchronize + - reopened + push: + branches: + - master env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)