From fef16a320ad9995f9256184777f8d705f09a61d0 Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Sun, 10 Jan 2021 12:47:56 -0600 Subject: [PATCH] Fix branch name --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37905ad..4350a7c 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.)