Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761e0f2 commit 9cf0c5fCopy full SHA for 9cf0c5f
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
branches: [main]
5
pull_request:
6
- branches: [main]
+
7
jobs:
8
build-msrv:
9
name: Build on MSRV (1.71)
.github/workflows/clippy.yml
@@ -1,6 +1,9 @@
1
name: Clippy
2
-on: [push]
+on:
+ push:
+ branches: ['main']
+ pull_request:
build:
.github/workflows/minver.yml
name: Check minimal version resolution
check-minver:
.github/workflows/rustfmt.yml
name: Rustfmt
0 commit comments