1 Commits

Author SHA1 Message Date
92e15eff2e 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.
2025-03-02 11:50:05 -06:00

View File

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