Merge pull request #40 from offendingcommit/fix/release-trigger-on-published

fix(ci): trigger release build on release publish, not tag push
This commit is contained in:
Offending Commit
2026-05-28 15:32:20 -05:00
committed by GitHub

View File

@@ -1,9 +1,8 @@
name: Release
on:
push:
tags:
- 'v*'
release:
types: [published]
workflow_dispatch:
inputs:
tag: