dooboolab-community/hackatalk

Enable Cloud Deploy to work only when regarding directory has changed.

hyochan opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Currently, when the sourcecode is merged to master branch, it will automatically deploy changes to both server and client. We'd like to run the CI/CD process only when regarding directory changes. That means if we only changed the client code, CI/CD should only work for client side.

Describe the solution you'd like
Should be done in Github workflow. Currently, we couldn't find an option.