Преглед изворни кода

workflows: Reduce tag version reqs to run actions

Kris Bahnsen пре 2 година
родитељ
комит
8dbd283119
1 измењених фајлова са 1 додато и 1 уклоњено
  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