Skip to content

Commit

Permalink
fix: pull requset시 comment가 작성되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe916 committed Jan 5, 2024
1 parent fefa6b8 commit 19dcaf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ name: CI/CD
on:
push:
branches: [ "main" ]

pull_request:
branches:
- main

permissions:
contents: read

Expand Down

0 comments on commit 19dcaf4

Please sign in to comment.