Hello 🙂
I'm work with function and have a dedicated branch for them. Inside the configuration tabs, i have setup specially which branch to use (show the screen)
But the issue is that on each commit to the main
branch, i get a build that is trigger and failed. (screen 2 is on the main branch)
Why the main
branch isn't exclude from trigger ? I'm expected to only my cloud-functions
branch trigger build of appwrite function (screen 3 is on the cloud-functions branch)
screen 4 is the synthese on appwrite build screen, you can see the first trigger on the main it's failed and i'm expected to not see it.
Thanks
Recommended threads
- Failed to build function: Incorrect prox...
I have a function which I updated. Previously built and deployed just fine. I made some small edits and pushed to github, and now it's failing on the build wit...
- Appwrite Function typescript types
Hello, I don't suppose anyone has any resources for some types for writing typescript functions? I know there are some available in the SDK, but stuff like the...
- Validate User Server Side
I want to check if the user has a valid session before fetching data ```import { NextResponse } from 'next/server'; import { Client, Users } from 'node-appwrit...