Skip to content

Commit

Permalink
don't run azure on other branches either (nim-lang#20365)
Browse files Browse the repository at this point in the history
* don't run azure on other branches either

refs nim-lang#20184

Azure is more prone to clogging & it's especially bad with the timeouts (some PRs haven't rebased).

* allow all version- branches

Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>

* add closing quote

Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
  • Loading branch information
metagn and Varriount authored Sep 16, 2022
1 parent 758598d commit c7ee4ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
trigger:
branches:
include:
- '*'
- 'devel'
- 'version-*'
pr:
branches:
include:
Expand Down

0 comments on commit c7ee4ab

Please sign in to comment.