Skip to content

Commit 77e0790

Browse files
Merge pull request #16 from ThinkParQ/iamjoemccormick/fix-gh-actions-workflow-dispatch
Fix workflow dispatch to correctly match versioning scheme
2 parents b9f3731 + 75e0363 commit 77e0790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- "v*"
7+
- "[0-9].[0-9].[0-9]"
88
pull_request:
99
branches:
1010
- "main"

0 commit comments

Comments
 (0)