Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #426 from mtreinish/backport-azure-fixes
Browse files Browse the repository at this point in the history
[Stable] Rework trigger logic in azure-pipelines (#425)
  • Loading branch information
chriseclectic authored Jun 18, 2020
2 parents 05dbf1a + e9f528b commit 015c64e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/python

trigger:
- master
- stable
branches:
include:
- master
- stable/*
pr:
autoCancel: true
branches:
include:
- '*'

jobs:
- job: 'Docs'
Expand Down

0 comments on commit 015c64e

Please sign in to comment.