You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Autodeploy feature, there should be a way to prevent a deployment from happening, for example only deploy if a sub folder changed, or the git commit message contains a certain substring.
What problem will this feature address?
For the Autodeploy feature, there should be a way to prevent a deployment from happening, for example only deploy if a sub folder changed, or the git commit message contains a certain substring.
Describe the solution you'd like
An example is Vercel's ignore build step feature: https://vercel.com/guides/how-do-i-use-the-ignored-build-step-field-on-vercel
Describe alternatives you've considered
The alternative is to use other CI like GitHub Actions and handle the build step by myself
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered: