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 22d5476 commit 2f95050Copy full SHA for 2f95050
‎.github/workflows/build.yml‎
@@ -4,7 +4,12 @@
4
5
name: build
6
7
-on: [push, pull_request, workflow_dispatch]
+on:
8
+ push:
9
+ branches: [main]
10
+ pull_request:
11
+ merge_group:
12
+ workflow_dispatch:
13
14
env:
15
CARGO_TERM_COLOR: always
‎.github/workflows/clippy.yml‎
@@ -1,6 +1,11 @@
1
name: clippy
2
3
‎.github/workflows/test.yml‎
name: Test
0 commit comments