fix(chore): old dependabot's PR ticket creation (#3154)

This commit is contained in:
sc979 2021-09-29 11:27:47 +02:00 committed by GitHub
parent 8d40abfc99
commit 19b9ffe87b

View File

@ -2,8 +2,8 @@ name: Create Dependabot Ticket on Jira
on:
pull_request:
types: [ opened ]
branches: [ develop, dev-2* ]
types: [ opened, reopened ]
branches: [ master, 2* ]
env:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}