Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Actions to Trigger on PR Merge or Direct Push.
- Add triggers for PR opened, synchronized, and closed events. - Modify conditional logic for Docker Hub login and push steps to run only when a PR is merged or a direct push occurs. - Introduce a shell-command-based Docker Hub login step. - This step is conditional and will only execute if a PR is merged or there is a direct push to the branch. Signed-off-by: Nikolay Martyanov <[email protected]>
- Loading branch information