fix: add option to dispatch beta deployment
This commit is contained in:
1
.github/workflows/beta.yml
vendored
1
.github/workflows/beta.yml
vendored
@@ -3,6 +3,7 @@ name: Beta
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ feature/* ]
|
branches: [ feature/* ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tsc:
|
tsc:
|
||||||
|
|||||||
Reference in New Issue
Block a user