mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
CI: Do not trigger releases on push (#239)
This commit is contained in:
parent
f7aa118006
commit
50aa4db4e8
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user