Andy Li пре 5 година
родитељ
комит
0f7e054d18
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      azure-pipelines.yml

+ 8 - 0
azure-pipelines.yml

@@ -5,6 +5,14 @@ variables:
   - name: AZURE_PIPELINES_BRANCH
     value: $(Build.SourceBranchName)
 
+trigger:
+  branches:
+    include:
+      - '*'
+  tags:
+    include:
+      - '*'
+
 stages:
   - stage: StageTest
     jobs: