support renaming of primary git branch
parent
b1d2c2703c
commit
9e15effeb3
|
@ -41,6 +41,7 @@ steps:
|
|||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- main
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
@ -85,6 +86,7 @@ steps:
|
|||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- main
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
@ -129,6 +131,7 @@ steps:
|
|||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- main
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
@ -153,6 +156,7 @@ steps:
|
|||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
|
Loading…
Reference in New Issue