ci: only build Docker images on merge to main/next-release #110

Merged
cal merged 1 commits from ci/remove-pr-trigger into next-release 2026-03-20 17:44:12 +00:00
Owner

Summary

Removes the pull_request trigger 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 main and next-release.

Changes

  • Removed pull_request: branches: [main] trigger from .gitea/workflows/docker-build.yml
  • Updated header comments to reflect the new behavior

Testing

No tests needed — CI workflow config change only.

🤖 Generated with Claude Code

## Summary Removes the `pull_request` trigger 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 `main` and `next-release`. ## Changes - Removed `pull_request: branches: [main]` trigger from `.gitea/workflows/docker-build.yml` - Updated header comments to reflect the new behavior ## Testing No tests needed — CI workflow config change only. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
cal added 1 commit 2026-03-20 17:43:50 +00:00
The PR trigger caused Docker builds on every push to PR branches,
wasting CI resources. Only build on merge to main/next-release.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cal merged commit 4775c175c5 into next-release 2026-03-20 17:44:12 +00:00
cal deleted branch ci/remove-pr-trigger 2026-03-20 17:44:13 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-v2#110
No description provided.