CI: Do not trigger releases on push (#239)

This commit is contained in:
folex 2021-08-11 18:22:52 +03:00 committed by GitHub
parent f7aa118006
commit 50aa4db4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,6 @@
name: "release"
on:
push:
branches:
- "main"
workflow_dispatch:
jobs:
@ -95,5 +91,6 @@ jobs:
body: ${{ steps.github_release.outputs.changelog }}
draft: false
prerelease: false
files: ${{ env.JAR }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}