Merge pull request #1102 from jonnybarnes/1101-trigger-deployments-from-tag-releases
Increase deployment trigger to include published releases
This commit is contained in:
commit
65a4a5b0fd
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