Allow for manually triggering deployments
This commit is contained in:
parent
9b1a8fb3be
commit
b4e6fe9234
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- production
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue