Skip to content

Commit c147d7e

Browse files
authored
Add tags trigger for the release pipeline (#779)
1 parent deaebba commit c147d7e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

eng/ci/code-mirror.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
trigger:
2+
tags:
3+
include:
4+
- '*' # azure-functions-java-worker github repo restricts creation of tags, so using a pattern is safe here.
25
branches:
36
include:
47
- dev

eng/ci/official-build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ schedules:
88

99
trigger:
1010
batch: true
11+
tags:
12+
include:
13+
- '*' # azure-functions-java-worker github repo restricts creation of tags, so using a pattern is safe here.
1114
branches:
1215
include:
1316
- dev

0 commit comments

Comments
 (0)