From 1486da6c8bbc8c99ecf58e0fccef591e424e2641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20J=C3=B8rgen=20Skogstad?= Date: Fri, 3 Jan 2025 13:31:58 +0100 Subject: [PATCH] chore(ci): Re-enable deploy to yt01 (#1647) --- .github/workflows/ci-cd-yt01.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd-yt01.yml b/.github/workflows/ci-cd-yt01.yml index 5be411d67..ff4b53605 100644 --- a/.github/workflows/ci-cd-yt01.yml +++ b/.github/workflows/ci-cd-yt01.yml @@ -2,9 +2,9 @@ on: workflow_dispatch: -# push: -# tags: -# - "v*.*.*" + push: + tags: + - "v*.*.*" concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}