Skip to content

Commit

Permalink
Update CI to use main branch
Browse files Browse the repository at this point in the history
Update CI trigger and PR to use 'main' branch.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Mar 14, 2021
1 parent 7bb43f2 commit 99187d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

name: $(SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rrr)
trigger:
- master
- main
pr:
- master
- main

variables:
GOPATH: $(Agent.BuildDirectory)/go
Expand Down

0 comments on commit 99187d5

Please sign in to comment.