ci: allow manual trigger of apply on main #48
Reference in New Issue
Block a user
Delete Branch "benvin/apply-manual-trigger"
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?
A dropped Gitea webhook left a merge to
mainwith no apply pipeline, and it could not be replayed: API-created pipelines are stampedevent: manual, which the push-onlywhen:block filters out.event: manualonbranch: mainto the apply pipeline triggerevent: push, branch: maintrigger unchangedManual stays pinned to
mainso a deliberate re-run can never apply an unmerged feature branch.