From 33ba7a3ea0c28e53286ba4fe37c8abf30483ce1c Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Thu, 28 Jan 2021 10:10:40 -0600 Subject: [PATCH] Disable workflow trigger to make hopefully make it work --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69b1284..4a03840 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ name: build -on: - push: - branches: - - add-tests +# on: +# push: +# branches: +# - add-tests env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)