Skip to content

Commit

Permalink
Don't run AZP on bk/ branches
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Apr 17, 2022
1 parent b613a74 commit 9c10f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ trigger:
# Trigger on PRs against `master`
pr:
- master
drafts: false

# By default, use the `Native` pool of agents
pool: Native
Expand Down Expand Up @@ -233,7 +234,7 @@ jobs:
# Add closing parens
VAR_PROJECTS="${VAR_PROJECTS} }"
VAR_PROJPLATFORMS="${VAR_PROJPLATFORMS} }"
# Actually output the variables
echo "${VAR_PROJECTS}"
echo "${VAR_PROJPLATFORMS}"
Expand Down

0 comments on commit 9c10f73

Please sign in to comment.