diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 10:11:14 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 29370b49cb3c9224adf2beb3b5d6197ca33aa365 (patch) | |
| tree | 7b1ae648e063a79eb5503c65eadfc4dba246c331 /.github | |
| parent | 33ba7a3ea0c28e53286ba4fe37c8abf30483ce1c (diff) | |
Rename push workflow
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 4a03840f..69b12842 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.) |
