1 parent ccd772d commit cbcd66aCopy full SHA for cbcd66a
1 file changed
.github/workflows/vmactions.yml
@@ -1,6 +1,9 @@
1
name: CI
2
3
-on: [push]
+on:
4
+ push:
5
+ branches: [main, master]
6
+ pull_request:
7
8
env:
9
CARGO_TERM_COLOR: always
0 commit comments