1 parent e6208f4 commit 58dd0b4Copy full SHA for 58dd0b4
1 file changed
cicd/cicd-pipeline.yml
@@ -2,7 +2,8 @@ name: DataFactory-CICD-Pipeline-$(Date:yyyyMMdd)$(Rev:.r)
2
3
# ADF is the shortened version of Azure Data Factory
4
5
-trigger: none
+trigger:
6
+- main # Will trigger the pipeline after a commit to the main branch. Can update to trigger: none to only run the pipeline manually.
7
8
pool:
9
vmImage: "windows-latest"
0 commit comments