Parcourir la source

chore: update ci

GyDi il y a 2 ans
Parent
commit
2f8b39186f
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      .github/workflows/ci.yml

+ 4 - 1
.github/workflows/ci.yml

@@ -1,6 +1,9 @@
 name: Release CI
 
-on: [push]
+on:
+  push:
+    tags:
+      - v**
 
 env:
   CARGO_INCREMENTAL: 0