Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrainruiz authored Dec 11, 2024
1 parent 34a2d61 commit 64a13bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
trigger:
branches:
include:
- develop # or whatever branch you'd like to build on push
- develop

pr:
branches:
include:
- develop # the branch into which PRs are made
- develop
forks:
enabled: true
allowSecrets: false
Expand Down Expand Up @@ -49,4 +49,4 @@ stages:
-AbsolutePathScripts "$(RelativePathScripts)"
workingDirectory: '$(RelativePathScripts)'
failOnStderr: true
errorActionPreference: 'Stop'
errorActionPreference: 'Stop'

0 comments on commit 64a13bb

Please sign in to comment.