Skip to content

Commit cec6c10

Browse files
feature: adjusts the workflow trigger, now only executes the publication job on pushes to the master or development branches, and when there are changes in ‘Artifacts/Comanda.Internal.Contracts/**’
1 parent 5ecef49 commit cec6c10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-package-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- development
8+
paths:
9+
- 'Artifacts/Comanda.Internal.Contracts/**'
810

911
jobs:
1012
publish:

0 commit comments

Comments
 (0)