Skip to content

Commit 0817f22

Browse files
committed
Trigger localization weekly & when PR merged
1 parent 0ba29bf commit 0817f22

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

azure-pipelines/loc.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
trigger: none
1+
trigger:
2+
branches:
3+
include:
4+
- main
5+
26
pr: none
37

8+
# localization result might not be ready when PR triggered the pipeline.
9+
# Run this weekly to make sure everything is localized.
10+
schedules:
11+
- cron: '0 12 * * 0'
12+
displayName: Weekly localization run
13+
always: true
14+
branches:
15+
include:
16+
- main
17+
418
parameters:
519
- name: publishLocalizationFile
620
type: boolean

0 commit comments

Comments
 (0)