ci: Increase deployment trigger to include published releases
- Add workflow trigger for manual release deployment using the `release` event - Trigger the workflow on `published` release types only
This commit is contained in:
parent
1e28b394b6
commit
b49ffd2e9d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -2,6 +2,8 @@ name: Deploy
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Reference in a new issue