Skip to content

Commit e9de5c7

Browse files
committed
Allow release stage only on manual build
1 parent c8f581f commit e9de5c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pipelines/ConsoleGuiTools-Official.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
# Support: https://aka.ms/onebranchsup #
99
#################################################################################
1010

11-
trigger: none
11+
trigger:
12+
- main
1213

1314
schedules:
1415
- cron: '50 19 * * 3'

0 commit comments

Comments
 (0)