From a447fb0135e05d42f1aaca2b19538b6e29a5bbec Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Fri, 19 Nov 2021 16:24:58 +0300 Subject: [PATCH] [WIFI-4860] Chg: apply enforce-jira-issue-key only to PRs to release branches --- .github/workflows/enforce-jira-issue-key.yml | 2 ++ 1 file changed, 2 insertions(+) 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: