Skip to content

Commit

Permalink
Merge pull request #69 from lat-lon/fix/fixDeployJob
Browse files Browse the repository at this point in the history
Fix condition in deploy job
  • Loading branch information
tfr42 authored Nov 21, 2023
2 parents f042e9c + f032445 commit f0e3f59
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 f0e3f59

Please sign in to comment.