Skip to content

Commit 3b7cebb

Browse files
committed
Build all branches on azure pipelines
1 parent 12a6a72 commit 3b7cebb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Documentation: https://aka.ms/yaml
22

33
trigger:
4-
batch: true
54
branches:
65
include:
7-
# This is where pull requests from "bors r+" are built.
8-
- staging
9-
# This is where pull requests from "bors try" are built.
10-
- trying
11-
# Build pull requests.
12-
- master
6+
- '*'
7+
exclude:
8+
- 'staging.tmp'
139

1410
jobs:
1511
- job: build

0 commit comments

Comments
 (0)