Skip to content

Commit 5a34ce7

Browse files
feature(#2): includes configuration to trigger publish-package-pipeline.yml also in pull requests in the master and development branches, in addition to pushes, considering the path ‘Artifacts/Comanda.Internal.Contracts/**’.
1 parent 799918b commit 5a34ce7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
- development
88
paths:
99
- 'Artifacts/Comanda.Internal.Contracts/**'
10+
pull_request:
11+
branches:
12+
- master
13+
- development
14+
paths:
15+
- 'Artifacts/Comanda.Internal.Contracts/**'
1016

1117
jobs:
1218
publish:

0 commit comments

Comments
 (0)