Skip to content

Commit

Permalink
Kirjastojen deploy tilapäisesti branchista
Browse files Browse the repository at this point in the history
  • Loading branch information
augustk committed Nov 21, 2024
1 parent ec48db6 commit c35aeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: mvn deploy --batch-mode -DskipTests

0 comments on commit c35aeff

Please sign in to comment.