Skip to content

Commit

Permalink
Test branch filter in Azure workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Oct 15, 2024
1 parent 70d0d4b commit 1f57fe0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
pool:
vmImage: 'ubuntu-20.04'

pr:
autoCancel: true
drafts: false
trigger:
branches:
include:
- development
pr:
autoCancel: true
drafts: false
paths:
exclude:
- Docs
Expand Down

0 comments on commit 1f57fe0

Please sign in to comment.