Skip to content

Commit

Permalink
chore: github action CI 발동 조건 수정
Browse files Browse the repository at this point in the history
추후 CI/CD steps 작성 시 push 조건은 삭제할 에정
  • Loading branch information
Wo-ogie committed Feb 17, 2024
1 parent 1475cc3 commit cf62982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Hertz Server - CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit cf62982

Please sign in to comment.