Skip to content

Commit

Permalink
fix(ci): Update CIB Workflow
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 28, 2023
1 parent 3b3d802 commit f40cf61
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create-issue-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ on:
# The issue.opened event below is only needed for the "immediate" mode.
# The issue.assigned event below is only needed for the default ("auto") mode.
issues:
types: [ assigned ]
types:
- assigned
# The pull_request events below are only needed for pull-request related features.
pull_request:
types: [ opened, closed ]
types:
- opened
- closed

jobs:
create_issue_branch_job:
Expand Down

0 comments on commit f40cf61

Please sign in to comment.