Skip to content

Commit

Permalink
deploy: 배포 시에도 CI 스크립트가 실행되도록 트리거 변경 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeeeyeon authored Jul 25, 2024
1 parent 42c6a5b commit d8bba36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/packy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main
- develop
push:
branches:
- main
- develop

permissions:
contents: read
Expand Down

0 comments on commit d8bba36

Please sign in to comment.