diff --git a/.github/workflows/cool.yml b/.github/workflows/cool.yml index ec1cbd0c54..b78c0bf951 100644 --- a/.github/workflows/cool.yml +++ b/.github/workflows/cool.yml @@ -1,9 +1,11 @@ name: Release Branch Workflow on: - pull_request: # Runs on pull requests to any branch + pull_request: + # Sequence of patterns matched against refs/heads branches: - - release--* + - 'releases/**' + - 'release--*' jobs: build: