Skip to content

Commit

Permalink
OK-443 deployataan toistaiseksi kaikki
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Dec 12, 2024
1 parent 86c7d68 commit f5e034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: ${{ success() }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn deploy --batch-mode -DskipTests -pl kirjasto,viestinvalityspalvelu,lahetysrajapinta -am
run: mvn deploy --batch-mode -DskipTests
# deploy vain default branchista: ${{ success() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
deploy-zips:
needs: [ build-and-test ]
Expand Down

0 comments on commit f5e034c

Please sign in to comment.