diff --git a/.github/workflows/create-issue-branch.yml b/.github/workflows/create-issue-branch.yml index bb5b6c7..bb10836 100644 --- a/.github/workflows/create-issue-branch.yml +++ b/.github/workflows/create-issue-branch.yml @@ -1,7 +1,7 @@ name: Create Issue Branch on: issues: - types: [ assigned ] + types: [ ] jobs: create_issue_branch_job: