From 19b9ffe87b3e19722815c640712be679098e69a9 Mon Sep 17 00:00:00 2001 From: sc979 <34628915+sc979@users.noreply.github.com> Date: Wed, 29 Sep 2021 11:27:47 +0200 Subject: [PATCH] fix(chore): old dependabot's PR ticket creation (#3154) --- centreon-plugins/.github/workflows/dependabot_jira.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centreon-plugins/.github/workflows/dependabot_jira.yml b/centreon-plugins/.github/workflows/dependabot_jira.yml index eef0974b4..13d18e8cd 100644 --- a/centreon-plugins/.github/workflows/dependabot_jira.yml +++ b/centreon-plugins/.github/workflows/dependabot_jira.yml @@ -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 }}