Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only run release_pr.yml workflow against release branch pattern
The release_pr.yml workflow is triggered manually using workflow_dispatch, and on pull request synchronize/closed activities. It is running unexpectedly against other pull requests to master, like hotfixes. Since it currently does not need to run automatically against pull requests to master since we create release PRs using workflow_dispatch, this change sets it to only run on pull requests matching the release branch naming pattern.
- Loading branch information