From ab59191d310748f23a44dbdb2945e88544daf282 Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Thu, 24 Oct 2024 17:35:56 -0400 Subject: [PATCH] Try to deploy to QA --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/deploy_qa.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6449b30c20..bbb20c1766 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: ["master"] + branches: [master] pull_request: # The branches below must be a subset of the branches above - branches: ["master"] + branches: [master] schedule: - cron: "21 8 * * 3" diff --git a/.github/workflows/deploy_qa.yml b/.github/workflows/deploy_qa.yml index e1b7bcce2f..0f1e158d13 100644 --- a/.github/workflows/deploy_qa.yml +++ b/.github/workflows/deploy_qa.yml @@ -2,7 +2,7 @@ name: "Deploy Update to QA Server" on: push: - branches: [master] + branches: [arm, master] permissions: contents: read