Przeglądaj źródła

workflows: Reduce tag version reqs to run actions

Kris Bahnsen 2 lat temu
rodzic
commit
8dbd283119
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/flipperZeroAction.yml

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

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