From a617da30200e2f625027217ecac651039f410177 Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Tue, 8 Aug 2023 06:43:25 -0700 Subject: [PATCH] add nl to deploy script --- .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 222f76365..a62174345 100644 --- a/.github/workflows/deploy-sandbox.yaml +++ b/.github/workflows/deploy-sandbox.yaml @@ -16,6 +16,7 @@ jobs: || startsWith(github.head_ref, 'ko/') || startsWith(github.head_ref, 'gd/') || startsWith(github.head_ref, 'za/') + || startsWith(github.head_ref, 'nl/') outputs: environment: ${{ steps.var.outputs.environment}} runs-on: "ubuntu-latest"