From e64e0043e254dbc822dbb9dc9b1ec5d8c5b7afdc Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Sun, 2 Oct 2022 12:19:29 -0500 Subject: [PATCH] ci/cd: more release tweaks. --- .github/workflows/cmake.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0ee0a17..0b33863 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,8 +2,9 @@ name: CMake on: push: - branches: - - "main" + branches: [ main ] + pull_request: + branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)