Skip to content

Commit

Permalink
Update server-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzawang authored May 20, 2024
1 parent 0696eda commit d0057e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI with Gradle

on:
push:
branches: [ "be/milestones" ]
branches: [ "be/**" ]
pull_request:
branches: [ "be/milestones" ]
branches: [ "be/**" ]

# 워크플로우가 저장소의 콘텐츠를 읽을 수 있는 권한을 갖도록 설정
permissions:
Expand Down

0 comments on commit d0057e7

Please sign in to comment.