Skip to content

Commit

Permalink
Update azure-pipeline-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamgoel02 authored Aug 23, 2024
1 parent 5598fc9 commit f78e8fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azure-pipeline-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ steps:
condition:
and(
succeeded(),
or(
eq(variables['Build.SourceBranch'], 'refs/heads/staging')
)
eq(variables['Build.SourceBranch'], 'refs/heads/staging')
)
inputs:
command: buildAndPush
Expand Down

0 comments on commit f78e8fc

Please sign in to comment.