We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034ff47 commit 2ef6e88Copy full SHA for 2ef6e88
1 file changed
.github/workflows/rust.yml
@@ -1,6 +1,8 @@
1
name: Rust
2
3
-on: [push]
+on:
4
+ pull_request:
5
+ workflow_dispatch:
6
7
jobs:
8
build:
0 commit comments