refactor: consolidate CI workflows into a single configuration
- Removed individual CI workflow files for API, Backend, Mobile, and Web.
- Introduced a unified CI workflow that utilizes path filters to determine which jobs to run based on changes in the repository.
- Each job (web, backend, mobile, api) is conditionally executed based on the relevant paths modified in the push or pull request.