From 4bb4ddd0f9b72d179968a069f49dadf0e87ad0d2 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Tue, 2 Feb 2021 14:53:09 -0600 Subject: [PATCH] Enable GitHub Actions for all branches --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69b1284..1ca38b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,6 @@ name: build -on: - push: - branches: - - add-tests +on: push env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)