Skip to content

Commit

Permalink
Also trigger on PRs and push
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Jul 14, 2023
1 parent 54e150c commit 3f29c15
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion build/azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@
###############################################################################################
name: $(Date:yyyyMMdd)$(Rev:.r)

pr: none
trigger:
branches:
include:
- main
- release*

pr:
branches:
include:
- main
- release*

resources:
repositories:
Expand Down

0 comments on commit 3f29c15

Please sign in to comment.