Skip to content

Commit 126af43

Browse files
chefgsCopilot
andauthored
Update .github/workflows/release.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 60291e3 commit 126af43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release — Version Bump & Publish
22

3-
# Runs on every direct push to main (human or PR merge).
4-
# Bot-authored commits are skipped to prevent infinite loops.
3+
# Manually triggered release workflow (via "Run workflow" in GitHub Actions).
4+
# Use the `branch` input to select the source branch for the release (defaults to `main`).
55
on:
66
workflow_dispatch:
77
inputs:

0 commit comments

Comments
 (0)