From 8909e6fe4619277ca42655587dd5d3c1d0469e86 Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Thu, 19 Sep 2024 11:51:06 +0300 Subject: [PATCH] Push hotfix docker image --- .github/workflows/dev-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-pipeline.yml b/.github/workflows/dev-pipeline.yml index ebdaa14..66f3b20 100644 --- a/.github/workflows/dev-pipeline.yml +++ b/.github/workflows/dev-pipeline.yml @@ -25,7 +25,7 @@ jobs: - name: Run tests run: yarn test docker-push: - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/hotfix' needs: - test runs-on: ubuntu-latest