Configure the release to be triggered on workflow dispatch only
This commit is contained in:
parent
0de291fc87
commit
10f87b881d
2 changed files with 18 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -10,9 +10,6 @@
|
|||
name: Release
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
types: [closed]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version_type:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue