I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every single time I create push to other branches, open a PR, or add commits to open PR's. This is so annoying, creates noise, and can easily bloat my server storage
Expected Behavior
Builds should trigger only when a commit is pushed to the configured branch (main)
No builds should be created for:
- Feature branches
- PR creation
- Commits to open PRs
- Any non-configured branches
TL;DR
Appwrite Sites triggering builds for all actions, not just main branch.
Expected: Builds should only trigger when commits are pushed to the main branch.
Solution: Check the configuration settings to ensure builds are set to trigger only for the main branch, not for feature branches or PR-related activities.