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
chore: update ignore files and CI workflows for better configuration management
- Modified `.dockerignore` and `.gitignore` to ensure local environment files (`.env`) are properly ignored across all directories.
- Updated CI workflows in `ci_deploy_pr_branch.yml`, `ci_tests.yml`, and `deploy.yml` to replace `git pull --ff-only` with `git checkout -B` for better handling of branch synchronization, avoiding issues with divergent local clones.
0 commit comments