Web Developer
Context:
I have an app that has multiple functions hosted in github in a single repository. All the functions are in different folders. Ive enabled github in my appwrite instance.
Problem:
When I make a single change to 1 function, all the functions are being re-built and re-deployed, even if they are not changed. Which takes more and more time as I add more functions.
Can I somehow change some setting to only build and deploy the changed function, not all of them?