refactor: remove push trigger from release workflow

This commit is contained in:
mkorwel
2025-07-01 11:42:39 -05:00
parent e028f0065d
commit 04119a2426

View File

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