diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-10 12:47:56 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | fef16a320ad9995f9256184777f8d705f09a61d0 (patch) | |
| tree | 22047ca432978364f5838ef5d01723acbf2a07eb /.github | |
| parent | 9c86ed7ffe742710d68cf9f587d082396e18aa84 (diff) | |
Fix branch name
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37905ad8..4350a7c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,8 @@ name: test on: push: - branch: - - test + branches: + - add-tests env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) |
