ci: only build Docker images on merge to main/next-release #110
No reviewers
Labels
No Label
ai-changes-requested
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
in-next-release
status/in-progress
status/pr-open
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-v2#110
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ci/remove-pr-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?
Summary
Removes the
pull_requesttrigger from the Docker build workflow. Previously, every push to a PR branch triggered a full Docker build+push, wasting CI resources on feature/bugfix branches.Now the workflow only runs on pushes (merges) to
mainandnext-release.Changes
pull_request: branches: [main]trigger from.gitea/workflows/docker-build.ymlTesting
No tests needed — CI workflow config change only.
🤖 Generated with Claude Code