Skip to content

Commit 6b9a3a7

Browse files
committed
ci: Syntax fix
1 parent 6064643 commit 6b9a3a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: release
22

33
on:
44
workflow_dispatch:
5-
push: tags:*-v* - "*-v*"
5+
push:
6+
tags:
7+
- "*-v*"
68
jobs:
79
run_checks:
810
name: Run code checks

0 commit comments

Comments
 (0)