fix: add tag push trigger to release workflow

This commit is contained in:
Jamie Pine
2025-12-26 08:22:57 -08:00
parent 7e0cba0f6b
commit cd7569ab7b

View File

@@ -1,6 +1,9 @@
name: Release
on:
push:
tags:
- "v*"
pull_request:
paths:
- ".github/workflows/release.yml"