Make release pipeline manual instead of auto-running on push to main #61
Labels
No labels
bug
chore
feature
spike
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
utilities/Logbook#61
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
release.ymlcurrently runs automatically on every push tomain(
on: push: branches: [main]), triggering semantic-release and aForgejo release on every merge. Change this to a manual trigger instead.
Current behavior
Desired behavior
Replace with
workflow_dispatchso releases only happen when explicitlytriggered from the Forgejo Actions UI (or API), rather than on every
merge to main.
Notes
android-build.ymlreacts to the Forgejo release event itself, not tothe push — no change expected there, but worth a quick sanity check
once release.yml is updated.
semantic-release-pipelineskill for background on how thesetwo workflows are wired together.