Skip to content

Commit

Permalink
#928 fix condition in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Nov 21, 2023
1 parent f042e9c commit f032445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: sep3-parser
path: target/sep3-parser-*-jar-with-dependencies.jar
deploy:
if: github.ref.name == 'main'
if: success() && github.ref_name == 'main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f032445

Please sign in to comment.