Skip to content

Commit 1e8c282

Browse files
committed
Cleanup workflows
1 parent 597a13f commit 1e8c282

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/clippy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
on: push
21
name: Clippy check
32

3+
on: push
4+
45
env:
56
CARGO_TERM_COLOR: always
67
LIBCLANG_PATH: /usr/lib/llvm-14/lib/

.github/workflows/rust.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Rust
22

3-
43
on:
5-
push:
6-
pull_request:
7-
types: [opened, labeled, unlabeled, synchronize]
4+
push
85

96
env:
107
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)