bug: auto-release does not trigger on PR merge to main #54
Reference in New Issue
Block a user
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?
The auto-release workflow (Universal: Build and Release) does not trigger when a PR is merged to main, even though the trigger is correctly configured as pull_request types: [closed] on main with paths src/**. The PR merge event fires the PR-check workflow instead. Needs investigation into whether Gitea Actions handles the pull_request closed event for the auto-release workflow file.