Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrainruiz committed Dec 11, 2024
1 parent 232e41d commit 040f454
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Removed trigger so pipeline runs only when requested via API
# trigger:
# branches:
# include:
# - main
# - develop
trigger:
branches:
include:
- develop # or whatever branch you'd like to build on push

pr:
branches:
include:
- develop # the branch into which PRs are made
forks:
enabled: true
allowSecrets: false

name: $(Build.BuildID)

Expand Down

0 comments on commit 040f454

Please sign in to comment.