Add universal tag trigger for release workflow
All checks were successful
Release Creation / build (push) Successful in 1m25s

- Updated workflow to trigger on all tag pushes instead of just published releases.
This commit is contained in:
2025-03-02 11:49:18 -06:00
parent 4c63a150fa
commit 92e15eff2e

View File

@@ -1,8 +1,10 @@
name: Release Creation
on:
release:
types: [published]
push:
# Pattern matched against refs/tags
tags:
- '*'
jobs:
build: