From 1518109994eac254d5a09cd03e183996c85a334f Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Thu, 14 Mar 2024 10:11:16 -0700 Subject: [PATCH] added bob and meoward to deploy setup --- .github/workflows/deploy-sandbox.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-sandbox.yaml b/.github/workflows/deploy-sandbox.yaml index e884c60a0..f7f4a0d65 100644 --- a/.github/workflows/deploy-sandbox.yaml +++ b/.github/workflows/deploy-sandbox.yaml @@ -22,6 +22,8 @@ jobs: || startsWith(github.head_ref, 'es/') || startsWith(github.head_ref, 'ky/') || startsWith(github.head_ref, 'backup/') + || startsWith(github.head_ref, 'meoward/') + || startsWith(github.head_ref, 'bob/') outputs: environment: ${{ steps.var.outputs.environment}} runs-on: "ubuntu-latest"