We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, multiple projects in one monorepo will all autodeploy after git push, however there's only one project need to be redeploy.
Refer to the GitHub action's workflow, monitor different paths to determine which project needs to be redeployed.
split monorepo to multiple project? This goes against the philosophy of monorepo.
No response
No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem will this feature address?
Currently, multiple projects in one monorepo will all autodeploy after git push, however there's only one project need to be redeploy.
Describe the solution you'd like
Refer to the GitHub action's workflow, monitor different paths to determine which project needs to be redeployed.
Describe alternatives you've considered
split monorepo to multiple project? This goes against the philosophy of monorepo.
Additional context
No response
Will you send a PR to implement it?
No
The text was updated successfully, but these errors were encountered: