diff --git a/.github/workflows/git-issues-jira-automation.yaml b/.github/workflows/git-issues-jira-automation.yaml index 5f36b838..28507ddd 100644 --- a/.github/workflows/git-issues-jira-automation.yaml +++ b/.github/workflows/git-issues-jira-automation.yaml @@ -1,7 +1,7 @@ name: Git Issues Jira Automation Pipeline on: issues: - types: [opened, closed] + types: [opened] issue_comment: types: [created]