From fd403e3df6aa8cb7777131b78fe9e2b6fb4c5c89 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Martinho Date: Fri, 8 May 2020 02:48:06 +0200 Subject: [PATCH] ci: also run on pull requests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87ea7b0..b08c792 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ name: CMake -on: [push] +on: [push, pull_request] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)