Skip to content

Commit

Permalink
Update pipeline to run CI/scheduled build on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Nov 19, 2022
1 parent f96751d commit 25c7322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: 0.10.$(rev:rrr)

trigger:
- master
- release/*

schedules:
- cron: 0 5 * * 6
branches:
include:
- master
- release/*
always: true

strategy:
Expand Down

0 comments on commit 25c7322

Please sign in to comment.