ci: updating github cis
This commit is contained in:
parent
ed82943702
commit
a569f077cb
3 changed files with 10 additions and 3 deletions
5
.github/workflows/clippy.yml
vendored
5
.github/workflows/clippy.yml
vendored
|
@ -2,7 +2,10 @@ name: Clippy check
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- rolling
|
||||
- "**"
|
||||
pull_request:
|
||||
branches:
|
||||
- "rolling"
|
||||
|
||||
jobs:
|
||||
clippy_check:
|
||||
|
|
3
.github/workflows/labels.yml
vendored
3
.github/workflows/labels.yml
vendored
|
@ -2,7 +2,8 @@ name: Import open source standard labels
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
labels:
|
||||
|
|
5
.github/workflows/rustfmt.yml
vendored
5
.github/workflows/rustfmt.yml
vendored
|
@ -2,7 +2,10 @@ name: Rustfmt
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- rolling
|
||||
- "**"
|
||||
pull_request:
|
||||
branches:
|
||||
- "rolling"
|
||||
|
||||
jobs:
|
||||
format:
|
||||
|
|
Loading…
Add table
Reference in a new issue