mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
ci: updating github cis
This commit is contained in:
parent
ed82943702
commit
a569f077cb
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…
Reference in New Issue
Block a user