We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7814e commit ad59810Copy full SHA for ad59810
.github/workflows/ci.yml
@@ -1,6 +1,10 @@
1
name: CI
2
3
-on: [ push, pull_request ]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
env:
10
CARGO_TERM_COLOR: always
0 commit comments