Browse Source

workflows: Reduce tag version reqs to run actions

Kris Bahnsen 2 years ago
parent
commit
8dbd283119
1 changed files with 1 additions and 1 deletions
  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