Skip to content

Commit

Permalink
Another attempt at fixing CI for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 2, 2019
1 parent 410114f commit 49f547b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:
branches:
include:
- master
- 'v*.*'
- 'v*'
- 'validate/*'
paths:
exclude:
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ trigger:
branches:
include:
- master
- 'v*.*'
- validate/*
- 'v*'
- 'validate/*'
paths:
exclude:
- doc/
Expand Down

0 comments on commit 49f547b

Please sign in to comment.