فهرست منبع

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:
 on:
   push:
   push:
     tags:
     tags:
-      - "v*.*.*"
+      - "v*.*"
 jobs:
 jobs:
   build:
   build:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest