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