Update Conditional Trigger for Docker Image Building Process
The Build and push Docker images step has been adjusted. Now, this process will only be triggered if the changes are made on the main, develop, or feature/actions branches. This ensures our Docker image updates correspond with key branches in our project.
PR Summary
Build and push Docker images
step has been adjusted. Now, this process will only be triggered if the changes are made on themain
,develop
, orfeature/actions
branches. This ensures our Docker image updates correspond with key branches in our project.