aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 10:10:40 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commit33ba7a3ea0c28e53286ba4fe37c8abf30483ce1c (patch)
tree8427d0f44d7a5748f7cc2b91c7b42e2f1e793e7b
parentc7c5f5bf2dd402b28de125f84159eeb0e0961175 (diff)
Disable workflow trigger to make hopefully make it work
-rw-r--r--.github/workflows/build.yml8
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.)