We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab9449 commit 73df6eeCopy full SHA for 73df6ee
.github/workflows/ci-pipeline.yaml
@@ -9,6 +9,11 @@ on:
9
branches:
10
- main
11
- release/*
12
+
13
+ create:
14
+ branches-ignore:
15
+ - release/*
16
17
workflow_dispatch:
18
19
jobs:
GitVersion.yml
@@ -49,7 +49,8 @@ branches:
49
track-merge-target: true
50
regex: ^releas(e|es)?[/-]
51
source-branches: []
52
- is-source-branch-for: []
+ is-source-branch-for:
53
+ - hotfix
54
tracks-release-branches: false
55
is-release-branch: true
56
is-main-branch: false
@@ -108,8 +109,6 @@ branches:
108
109
110
regex: ^hotfix(es)?[/-]
111
source-branches:
- - main
112
- - develop
113
- release
114
is-source-branch-for: []
115
0 commit comments