[WIFI-4860] Chg: apply enforce-jira-issue-key only to PRs to release branches

This commit is contained in:
Dmitry Dunaev
2021-11-19 16:24:58 +03:00
parent 5076e0df85
commit a447fb0135

View File

@@ -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: