Skip to content

Commit dcd20cc

Browse files
Merge pull request #522 from microsoft/psl-filter-paths
fix: Filter the paths for pipeline run
2 parents 2e1f384 + e6af68a commit dcd20cc

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

src/ContentProcessor/azure_cicd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ trigger:
22
branches:
33
include:
44
- main
5+
paths:
6+
include:
7+
- src/ContentProcessor/**
58

69
# When multiple commits land quickly on main, only run the latest.
710
batch: true

src/ContentProcessorAPI/azure_cicd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ trigger:
22
branches:
33
include:
44
- main
5+
paths:
6+
include:
7+
- src/ContentProcessorAPI/**
58

69
# When multiple commits land quickly on main, only run the latest.
710
batch: true

src/ContentProcessorWeb/azure_cicd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ trigger:
33
include:
44
- main
55
- frontend_dev
6+
paths:
7+
include:
8+
- src/ContentProcessorWeb/**
69

710
# When multiple commits land quickly on main, only run the latest.
811
batch: true

src/ContentProcessorWorkflow/azure_cicd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ trigger:
22
branches:
33
include:
44
- main
5+
paths:
6+
include:
7+
- src/ContentProcessorWorkflow/**
58

69
# When multiple commits land quickly on main, only run the latest.
710
batch: true

0 commit comments

Comments
 (0)