diff --git a/.github/workflows/deploy-sandbox.yaml b/.github/workflows/deploy-sandbox.yaml index 5d9000401..01079a670 100644 --- a/.github/workflows/deploy-sandbox.yaml +++ b/.github/workflows/deploy-sandbox.yaml @@ -19,6 +19,7 @@ jobs: || startsWith(github.head_ref, 'rh/') || startsWith(github.head_ref, 'nl/') || startsWith(github.head_ref, 'dk/') + || startsWith(github.head_ref, 'es/') outputs: environment: ${{ steps.var.outputs.environment}} runs-on: "ubuntu-latest"