Skip to content

Commit 8f786d8

Browse files
committed
Try to use new manual github actions trigger
1 parent f577493 commit 8f786d8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release_beta.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
repository_dispatch:
44
types: [deploy_beta]
55

6+
workflow_dispatch:
7+
inputs:
8+
69
jobs:
710
build:
811

.github/workflows/release_prod.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
repository_dispatch:
44
types: [deploy_prod]
55

6+
workflow_dispatch:
7+
inputs:
8+
69
jobs:
710
build:
811

0 commit comments

Comments
 (0)