Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
a569f07
1
Parent(s):
ed82943
ci: updating github cis
Browse files
.github/workflows/clippy.yml
CHANGED
@@ -2,7 +2,10 @@ name: Clippy check
|
|
2 |
on:
|
3 |
push:
|
4 |
branches:
|
5 |
-
-
|
|
|
|
|
|
|
6 |
|
7 |
jobs:
|
8 |
clippy_check:
|
|
|
2 |
on:
|
3 |
push:
|
4 |
branches:
|
5 |
+
- "**"
|
6 |
+
pull_request:
|
7 |
+
branches:
|
8 |
+
- "rolling"
|
9 |
|
10 |
jobs:
|
11 |
clippy_check:
|
.github/workflows/labels.yml
CHANGED
@@ -2,7 +2,8 @@ name: Import open source standard labels
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
-
branches:
|
|
|
6 |
|
7 |
jobs:
|
8 |
labels:
|
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
+
branches:
|
6 |
+
- main
|
7 |
|
8 |
jobs:
|
9 |
labels:
|
.github/workflows/rustfmt.yml
CHANGED
@@ -2,7 +2,10 @@ name: Rustfmt
|
|
2 |
on:
|
3 |
push:
|
4 |
branches:
|
5 |
-
-
|
|
|
|
|
|
|
6 |
|
7 |
jobs:
|
8 |
format:
|
|
|
2 |
on:
|
3 |
push:
|
4 |
branches:
|
5 |
+
- "**"
|
6 |
+
pull_request:
|
7 |
+
branches:
|
8 |
+
- "rolling"
|
9 |
|
10 |
jobs:
|
11 |
format:
|