Skip to content

Commit

Permalink
Change build reason for publish (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
nklincoln authored Jan 6, 2021
1 parent c3090ea commit 5b74a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ stages:
- stage: Publish
displayName: Publish Caliper
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
condition: and(succeeded(), eq(variables['Build.Reason'], 'IndividualCI'))
jobs:
- job: PublishNPM
displayName: "Publish Caliper NPM packages"
Expand Down

0 comments on commit 5b74a2c

Please sign in to comment.