From baede16b815aa6236bd2957be516675664601d34 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:30:28 -0700 Subject: [PATCH] Includes running the CI against main and develop --- .github/workflows/test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9ca037..55e36b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,14 @@ -name: test +name: ci on: push: - branches: [main, master] + branches: + - main + - develop pull_request: - branches: [main, master] + branches: + - main + - develop concurrency: group: test-${{ github.head_ref }}