Skip to content

Commit 8dbd283

Browse files
committed
workflows: Reduce tag version reqs to run actions
1 parent 78c99b8 commit 8dbd283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flipperZeroAction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Flipper Zero CI
33
on:
44
push:
55
tags:
6-
- "v*.*.*"
6+
- "v*.*"
77
jobs:
88
build:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)