diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-02-02 14:53:09 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-02 14:53:09 -0600 |
| commit | 4bb4ddd0f9b72d179968a069f49dadf0e87ad0d2 (patch) | |
| tree | 268920c8bfd337805b0e22c5c56b97829dc69f1b /.github/workflows | |
| parent | 097220f11afa9cb0a045ac21fdedad6e0df69f57 (diff) | |
Enable GitHub Actions for all branches
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
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.) |
