Skip to content

Commit b8629f4

Browse files
committed
Update the build workflow
1 parent c7290d2 commit b8629f4

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,10 +3,10 @@ name: build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
workflow_dispatch:
1111

1212
jobs:
@@ -22,8 +22,7 @@ jobs:
2222
- openblas
2323
steps:
2424
- uses: actions/checkout@v3
25-
- name: Run the test suite
26-
uses: actions-rs/cargo@v1
25+
- uses: actions-rs/cargo@v1
2726
with:
2827
command: test
2928
args: >
@@ -44,8 +43,7 @@ jobs:
4443
- openblas
4544
steps:
4645
- uses: actions/checkout@v3
47-
- name: Run the test suite
48-
uses: actions-rs/cargo@v1
46+
- uses: actions-rs/cargo@v1
4947
with:
5048
command: test
5149
args: >

0 commit comments

Comments
 (0)