Skip to content

Commit

Permalink
fix: 👷 Containerisation Automation
Browse files Browse the repository at this point in the history
fix docker push rule
  • Loading branch information
BRUVRY-LAGADEC committed Nov 14, 2024
1 parent 57e4ec3 commit 00adcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
env:
rulePush: ${{ github.event_name != 'release' }}
rulePush: ${{ github.event_name == 'release' }}
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
Expand Down

0 comments on commit 00adcd6

Please # to comment.