Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/github-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ name: Build and create release
jobs:
build:
name: Build and upload release binary
if: github.event.base_ref == 'refs/heads/master' # only run if on master branch
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -38,4 +37,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/demo-all.jar
asset_name: demo-all.jar
asset_content_type: application/java-archive
asset_content_type: application/java-archive