fix tag matching

This commit is contained in:
psychedelicious
2023-12-23 23:34:14 +11:00
parent 33b7ad3a55
commit 5c0c473f57

View File

@@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- '**'
- 'v*.*.*'
workflow_dispatch:
inputs:
skip_code_checks: