Hey all! I’m using Appwrite Cloud Sites with GitHub connected. Right now, Appwrite seems to build for every push and PR, not just for my production branch (main). I’d like deploys to run only when changes land on main (e.g., after merging a PR from develop).
Questions:
- Is there any way to filter by branch so builds run only for main?
- Or can we configure GitHub so that Appwrite only receives webhook events for main pushes and not for other branches (e.g. develop)?
Context: I use a develop → main flow. Pushes to develop create builds we don’t need and add noise. I’d prefer no builds for non-production branches.
Thanks for any guidance.
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...