Explorar o código

workflows: Reduce tag version reqs to run actions

Kris Bahnsen %!s(int64=2) %!d(string=hai) anos
pai
achega
8dbd283119
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/flipperZeroAction.yml

+ 1 - 1
.github/workflows/flipperZeroAction.yml

@@ -3,7 +3,7 @@ name: Flipper Zero CI
 on:
   push:
     tags:
-      - "v*.*.*"
+      - "v*.*"
 jobs:
   build:
     runs-on: ubuntu-latest