Skip to content

Commit

Permalink
[CHORE] #1 : 이슈 수정 시에도 새로 생성되도록 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino authored Sep 19, 2023
1 parent d261c01 commit 6886f34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create-jira-issue.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Create Jira issue
on:
issues:
types: [opened]

types:
- opened
- edited

jobs:
create-issue:
name: Create Jira issue
Expand Down

0 comments on commit 6886f34

Please sign in to comment.