Skip to content

Commit 58dd0b4

Browse files
committed
Updated trigger and comments
1 parent e6208f4 commit 58dd0b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎cicd/cicd-pipeline.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: DataFactory-CICD-Pipeline-$(Date:yyyyMMdd)$(Rev:.r)
22

33
# ADF is the shortened version of Azure Data Factory
44

5-
trigger: none
5+
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.
67

78
pool:
89
vmImage: "windows-latest"

0 commit comments

Comments
 (0)