feat: add push trigger to release workflow for testing

This commit is contained in:
mkorwel
2025-07-01 10:58:32 -05:00
parent 2f108d2e64
commit 67198d2df5

View File

@@ -1,10 +1,9 @@
name: Release
on:
# Official Release: Triggered when a tag like v1.2.3 is pushed
# push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
push:
branches:
- mk-packing
# Pre-Release: Manual trigger from the GitHub Actions UI
workflow_dispatch: