Skip to content

Commit

Permalink
Only publish when pushing to main (not on pull request)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkellner authored Oct 1, 2023
1 parent 6cdd05b commit b564bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: rename GUI jar
run: cp ui/target/Jeniffer2-*-jar-with-dependencies.jar jeniffer2.jar
- name: Publish compiled version as development version
if: ${{ github.event_name == 'push' }}
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit b564bd5

Please sign in to comment.