Skip to content

Commit 907ebc0

Browse files
update codebase
1 parent 8aa4339 commit 907ebc0

File tree

6 files changed

+164
-130
lines changed

6 files changed

+164
-130
lines changed

.github/workflows/ci.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@ name: CI
22

33
on:
44
push:
5+
branches: [ master ]
56
pull_request:
7+
branches: [ master ]
68
workflow_dispatch:
79

810
env:
911
CARGO_TERM_COLOR: always
1012

1113
jobs:
1214
build:
13-
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1415
runs-on: windows-latest
1516

1617
steps:
17-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
19+
1820
- uses: dtolnay/rust-toolchain@nightly
19-
- run: cargo run --verbose --release
21+
22+
- run: cargo run --release

0 commit comments

Comments
 (0)