From 9873638c677edc2cac08b4388b805cc5ccb5cfa8 Mon Sep 17 00:00:00 2001 From: elgeeko1 <11233838+elgeeko1@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:45:20 -0700 Subject: [PATCH] Github Actions add ci-test branch to triggers. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28dff6c..5e18a39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,8 @@ name: CI on: push: branches: - - main + - main + - ci-test jobs: e2e-test: