aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-02-05 00:51:03 -0600
committerGitHub <noreply@github.com>2021-02-05 00:51:03 -0600
commit91f015ea6499ea0b0645a0e31e7d8f0fc8b8c5c4 (patch)
tree268920c8bfd337805b0e22c5c56b97829dc69f1b
parent097220f11afa9cb0a045ac21fdedad6e0df69f57 (diff)
parent4bb4ddd0f9b72d179968a069f49dadf0e87ad0d2 (diff)
Merge pull request #446 from AttorneyOnline/ci-enable-actions
Enable GitHub Actions for all branches
-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.)