Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 41b03db

Browse files
authored
Run CI on every branch (including auto and try)
1 parent 4971b90 commit 41b03db

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
trigger: ["master"]
2-
pr: ["master"]
1+
trigger:
2+
branches:
3+
include:
4+
- '*'
5+
exclude:
6+
- master
7+
pr:
8+
- master
39

410
variables:
511
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)