Skip to content

Commit 73df6ee

Browse files
author
Facundo Santillo Alarcon
committed
Fix ci pipeline and gitversion
1 parent 0ab9449 commit 73df6ee

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci-pipeline.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
branches:
1010
- main
1111
- release/*
12+
13+
create:
14+
branches-ignore:
15+
- release/*
16+
1217
workflow_dispatch:
1318

1419
jobs:

GitVersion.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ branches:
4949
track-merge-target: true
5050
regex: ^releas(e|es)?[/-]
5151
source-branches: []
52-
is-source-branch-for: []
52+
is-source-branch-for:
53+
- hotfix
5354
tracks-release-branches: false
5455
is-release-branch: true
5556
is-main-branch: false
@@ -108,8 +109,6 @@ branches:
108109
track-merge-target: true
109110
regex: ^hotfix(es)?[/-]
110111
source-branches:
111-
- main
112-
- develop
113112
- release
114113
is-source-branch-for: []
115114
tracks-release-branches: false

0 commit comments

Comments
 (0)