Skip to content

Commit

Permalink
feat: PR 시 workflows가 동작하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Legitgoons committed May 27, 2024
1 parent cd54645 commit bb180dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: #main으로 push되면 실행
push:
branches:
- main
pull_request:
branches:
- main

permissions:
contents: read
Expand Down

0 comments on commit bb180dc

Please sign in to comment.