diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index 98c497a..0aa562a 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -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: