From 69930b1ceabe68d43950188f8fce2a78da1c9864 Mon Sep 17 00:00:00 2001 From: Scott Dixon Date: Fri, 20 Sep 2024 12:52:04 -0600 Subject: [PATCH] adding preview branches to CI --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4ecade8..42b3b8f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,13 @@ name: test and release CI on: push: - branches: [ main ] + branches: + - main + - *.preview pull_request: - branches: [ main ] + branches: + - main + - *.preview jobs: test: