enable manual deploy with workflow_dispatch
This commit is contained in:
parent
49b733b6be
commit
7fc59dc0e4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/fly.yml
vendored
1
.github/workflows/fly.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue