Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit b9565c3

Browse files
committed
Fix automation glob pattern
1 parent 4c5f224 commit b9565c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fixed-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Close fixed issues
33
on:
44
push:
55
tags:
6-
- "v[0-9.]+"
6+
- "v[0-9]+.[0-9]+.[0-9]+"
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)