Merge pull request 'ci: only build Docker images on merge to main/next-release' (#110) from ci/remove-pr-trigger into next-release
Some checks failed
Build Docker Image / build (push) Has been cancelled

Reviewed-on: #110
This commit is contained in:
cal 2026-03-20 17:44:11 +00:00
commit 4775c175c5

View File

@ -1,9 +1,9 @@
# Gitea Actions: Docker Build, Push, and Notify
#
# CI/CD pipeline for Major Domo Discord Bot:
# - Builds Docker images on every push/PR
# - Builds Docker images on merge to main/next-release
# - Auto-generates CalVer version (YYYY.MM.BUILD) on main branch merges
# - Supports multi-channel releases: stable (main), rc (next-release), dev (PRs)
# - Supports multi-channel releases: stable (main), rc (next-release)
# - Pushes to Docker Hub and creates git tag on main
# - Sends Discord notifications on success/failure
@ -14,9 +14,6 @@ on:
branches:
- main
- next-release
pull_request:
branches:
- main
jobs:
build: