aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-02-02 14:53:09 -0600
committerGitHub <noreply@github.com>2021-02-02 14:53:09 -0600
commit4bb4ddd0f9b72d179968a069f49dadf0e87ad0d2 (patch)
tree268920c8bfd337805b0e22c5c56b97829dc69f1b /.github/workflows/build.yml
parent097220f11afa9cb0a045ac21fdedad6e0df69f57 (diff)
Enable GitHub Actions for all branches
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 69b12842..1ca38b7c 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.)