diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-10 12:06:50 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 9c86ed7ffe742710d68cf9f587d082396e18aa84 (patch) | |
| tree | 8c3b9aeed700ead6ed8f3ac7e4c593f2580c711a /.github | |
| parent | a921b23eade6b3f1f3bb30c554fe6295e878ed07 (diff) | |
Trigger tests only on this branch for now
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d745e05..37905ad8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,9 @@ name: test -on: [push] +on: + push: + branch: + - test env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) |
