Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit b92d263

Browse files
committed
[build] Update deploy workflow
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent cf37e18 commit b92d263

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Deploys
22

33
on:
4-
push:
5-
branches:
6-
- trunk
4+
workflow_dispatch:
5+
# push:
6+
# branches:
7+
# - trunk
78

89
jobs:
910
deploy:

0 commit comments

Comments
 (0)