diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 10:10:40 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 33ba7a3ea0c28e53286ba4fe37c8abf30483ce1c (patch) | |
| tree | 8427d0f44d7a5748f7cc2b91c7b42e2f1e793e7b /.github | |
| parent | c7c5f5bf2dd402b28de125f84159eeb0e0961175 (diff) | |
Disable workflow trigger to make hopefully make it work
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69b12842..4a03840f 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.) |
