File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6666 - when :
6767 condition :
6868 and :
69- - equal : [ master , << pipeline.git.branch >> ]
69+ - equal : [ main , << pipeline.git.branch >> ]
7070 steps :
7171 - run :
7272 name : Build for Linux Arm 64
@@ -336,19 +336,19 @@ workflows:
336336 - build-macos :
337337 filters :
338338 branches :
339- only : master
339+ only : main
340340 - build-windows :
341341 filters :
342342 branches :
343- only : master
343+ only : main
344344 - build-vsix :
345345 requires :
346346 - build-linux
347347 - build-macos
348348 - build-windows
349349 filters :
350350 branches :
351- only : master
351+ only : main
352352
353353 - test-e2e :
354354 requires :
@@ -363,7 +363,7 @@ workflows:
363363 - build-windows
364364 filters :
365365 branches :
366- only : master
366+ only : main
367367 deploy :
368368 jobs :
369369 - build-linux :
You can’t perform that action at this time.
0 commit comments