Parcourir la source

chore: update actions

GyDi il y a 3 ans
Parent
commit
cc96b5ad04
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/release.yml

@@ -2,8 +2,8 @@ name: Release Project
 
 on:
   push:
-    branches: [main]
-    tags: v**
+    tags:
+      - v*
 
 jobs:
   build-tauri: