From 083e29a1891b640c299e06da1fe2b196913458da Mon Sep 17 00:00:00 2001 From: tcely Date: Thu, 17 Apr 2025 15:37:55 -0400 Subject: [PATCH] Save a step for test branches --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5c46c5b..6204097a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,10 +7,11 @@ on: workflow_dispatch: push: branches: - - main + - 'main' + - 'test-*' pull_request: branches: - - main + - 'main' types: - opened - reopened