From dfeea2c0ffa77ed1c930faeb9ccbe429f3b5f125 Mon Sep 17 00:00:00 2001 From: Virgile <78490891+V-Gira@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:25:10 +0100 Subject: [PATCH] chore: map correct branch to wire-builds (#5089) * chore: assign correct branch or tag to wire-builds * chore: map account main branch to wire-build main branch --- .github/workflows/test_build_deploy.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test_build_deploy.yml b/.github/workflows/test_build_deploy.yml index 38fc00caa9..91eac17763 100644 --- a/.github/workflows/test_build_deploy.yml +++ b/.github/workflows/test_build_deploy.yml @@ -69,20 +69,16 @@ jobs: id: output_target_branches with: key: '${{github.ref}}' - # TODO add production and staging once wire-builds has those branches - # - # "production": { - # "targets": "[\"TDB\"]" - # }, - # "staging": { + # TODO Add staging if we ever use a wire-builds as a source for staging (we use k8s) + # "[TBD]": { # "targets": "[\"TBD\"]" # }, map: | { - "production": { + "main": { "targets": "[\"main\"]" }, - "dev": { + "staging": { "targets": "[\"dev\"]" }, "q1-2024": {