From c35aeffc61323ebc6c01489d5777c2fbc1177044 Mon Sep 17 00:00:00 2001 From: August Kilponen Date: Thu, 21 Nov 2024 14:34:17 +0200 Subject: [PATCH] =?UTF-8?q?Kirjastojen=20deploy=20tilap=C3=A4isesti=20bran?= =?UTF-8?q?chista?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed449ff3..ac7693da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: run: mvn clean package - name: Deploy - if: ${{ success() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }} + #if: ${{ success() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: mvn deploy --batch-mode -DskipTests \ No newline at end of file + run: mvn deploy --batch-mode -DskipTests