ci: expand workflow trigger to main and master branches by yxxhero · Pull Request #839 · databus23/helm-diff
This pull request updates the release workflow trigger configuration to also run on pushes and pull requests to the main and master branches, in addition to tag pushes.
Workflow trigger updates:
.github/workflows/release.yaml: Modified theon:section to trigger the workflow on pushes to themainandmasterbranches, as well as on pull requests targeting those branches.