Skip to content

Commit 843f9b8

Browse files
committed
update workflow
1 parent aedfd5a commit 843f9b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/01_Deployment_Main.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ name: Deployment 01 - Main Trigger Workflow
44
# pull_request:
55
# types: [opened, synchronize, reopened]
66

7+
# on:
8+
# workflow_dispatch:
9+
710
on:
8-
workflow_dispatch:
11+
push:
12+
branches:
13+
- dev_1
914

1015
jobs:
1116
# trigger-train:

0 commit comments

Comments
 (0)