diff --git a/.github/workflows/enforce-jira-issue-key.yml b/.github/workflows/enforce-jira-issue-key.yml index 5c34c8f..0908476 100644 --- a/.github/workflows/enforce-jira-issue-key.yml +++ b/.github/workflows/enforce-jira-issue-key.yml @@ -3,6 +3,8 @@ name: Ensure Jira issue is linked on: pull_request: types: [opened, edited, reopened, synchronize] + branches: + - 'release/*' jobs: check_for_issue_key: