From c5106631bf60f7d414e2b6a793f0c6973f0cad7b Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Tue, 23 Jul 2024 11:29:17 -0400 Subject: [PATCH] Deploy to QA in this branch for testing --- .github/workflows/deploy_qa.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy_qa.yml b/.github/workflows/deploy_qa.yml index 4cc7058ed2..94b5da1b55 100644 --- a/.github/workflows/deploy_qa.yml +++ b/.github/workflows/deploy_qa.yml @@ -2,9 +2,7 @@ name: "Deploy Update to QA Server" on: push: - branches: - - master - #- turnstile + branches: [master, turnstile] permissions: contents: read