From a714da06e635b59e8637d8e10839e5a8ea39540b Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Mon, 12 Jun 2023 12:42:55 -0700 Subject: [PATCH] updated missing line in deploy --- .github/workflows/deploy-sandbox.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-sandbox.yaml b/.github/workflows/deploy-sandbox.yaml index 7c2a0fe6a..0226abaa6 100644 --- a/.github/workflows/deploy-sandbox.yaml +++ b/.github/workflows/deploy-sandbox.yaml @@ -17,6 +17,7 @@ jobs: || startsWith(github.head_ref, 'ab/') || startsWith(github.head_ref, 'bl/') || startsWith(github.head_ref, 'rjm/') + || startsWith(github.head_ref, 'ko/') outputs: environment: ${{ steps.var.outputs.environment}} runs-on: "ubuntu-latest"