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 8e6251aab9
commit 2166e952a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}