From d13af8d45424f552a16e44ac9aac2711dd63cdbe Mon Sep 17 00:00:00 2001 From: Emily Mabrey Date: Mon, 19 Jul 2021 03:37:34 -0400 Subject: [PATCH] Resume testing all PRs, not just ones on `master` The current configuration doesn't test my PRs on non-`master`. Signed-off-by: Emily Mabrey --- .github/workflows/cmake_build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index ab221d300..9aef05b85 100644 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -5,8 +5,6 @@ on: branches: - master pull_request: - branches: - - master defaults: run: