Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ppferrari authored May 21, 2024
1 parent 696bd90 commit 8720c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
- cron: 0 3 * * 1
jobs:
release:
uses: ClouDesire/github-workflows/.github/workflows/release.yml@f3f87d462c8f1781c2798a57f5db14cddd1d8a8a
uses: ClouDesire/github-workflows/.github/workflows/release-reusable.yml@07f23e03636adf443146c6131ab4c33af734686c
if: github.ref_name == 'master' || github.ref_name == 'main'
with:
release-type: maven
build:
uses: ClouDesire/github-workflows/.github/workflows/java-build-and-unit.yml@f3f87d462c8f1781c2798a57f5db14cddd1d8a8a
uses: ClouDesire/github-workflows/.github/workflows/java-build-and-unit.yml@07f23e03636adf443146c6131ab4c33af734686c
with:
deploy: github.ref_name == 'master' || github.ref_name == 'main'
secrets:
Expand Down

0 comments on commit 8720c44

Please sign in to comment.