Allow the deploy action to be run from github.com
This commit is contained in:
parent
005d3cdf90
commit
5148b1fb02
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: Deploy
|
name: Deploy
|
||||||
|
|
||||||
on: release
|
on:
|
||||||
|
release:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue