Skip to content

Commit 1b17bd3

Browse files
authored
build on any branch (Azure#15)
1 parent d996fec commit 1b17bd3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build and Test
33
on:
44
pull_request:
55
push:
6-
branches:
7-
- master
86

97
jobs:
108
test:
@@ -21,9 +19,9 @@ jobs:
2119
override: true
2220
components: rustfmt
2321

24-
- name: tests
25-
run: cargo test --all
26-
2722
- name: fmt
2823
run: cargo fmt --all -- --check
29-
if: matrix.rust == 'nightly'
24+
if: matrix.rust == 'nightly'
25+
26+
- name: tests
27+
run: cargo test --all

0 commit comments

Comments
 (0)