diff --git a/.github/workflows/github-build-release.yml b/.github/workflows/github-build-release.yml index 16c47934..d6388435 100644 --- a/.github/workflows/github-build-release.yml +++ b/.github/workflows/github-build-release.yml @@ -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 @@ -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 \ No newline at end of file + asset_content_type: application/java-archive