Skip to content

Commit

Permalink
Update azure-pipelines.yml to work on master (fix)
Browse files Browse the repository at this point in the history
This fixes a bug where the build was waiting on main instead of master.
  • Loading branch information
Gerard Setho committed Mar 14, 2022
1 parent 4d824a1 commit 4473159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ trigger:
batch: true
branches:
include:
- main
- master
- feature/*
- fix/*

Expand Down

0 comments on commit 4473159

Please sign in to comment.