We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1185f89 commit 2879719Copy full SHA for 2879719
.github/workflows/ci.yaml
@@ -1,4 +1,7 @@
1
-on: [pull_request, push]
+on:
2
+ pull_request: {}
3
+ push:
4
+ branches: [rust]
5
6
jobs:
7
ci:
0 commit comments