Skip to content

Commit d173676

Browse files
committed
Remove crate IO
1 parent b8a4736 commit d173676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "*" ]
5+
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
88
paths-ignore:
@@ -52,10 +52,10 @@ jobs:
5252
- uses: actions/checkout@v3
5353
- name: Build
5454
shell: pwsh
55-
run: ./build.ps1 -clippy -useCratesIO
55+
run: ./build.ps1 -clippy
5656
- name: Run tests
5757
shell: pwsh
58-
run: ./build.ps1 -test -useCratesIO
58+
run: ./build.ps1 -test
5959

6060
build-macos:
6161

0 commit comments

Comments
 (0)