We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8963a0e commit 7bbe316Copy full SHA for 7bbe316
1 file changed
common/config/azure-pipelines/npm-post-publish.yaml
@@ -19,18 +19,10 @@ resources:
19
pipelines:
20
- pipeline: npmPublish
21
source: 'rushstack NPM Publish'
22
- trigger:
23
- enabled: true
24
- branches:
25
- include:
26
- - main
+ trigger: true
27
- pipeline: npmPublishRush
28
source: 'rushstack NPM Publish (rush)'
29
30
31
32
33
34
repositories:
35
- repository: 1esPipelines
36
type: git
0 commit comments