Skip to content

Commit 65b446a

Browse files
authoredDec 8, 2024
refactor: 테스트용 브랜치에서 develop 브랜치 내용으로 수정
1 parent faa98e9 commit 65b446a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/gradle.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Deploy
22

33
on:
44
push:
5-
branches: [ "Deploy/#52" ]
5+
branches: [ "develop" ]
66
pull_request:
7-
branches: [ "Deploy/#52" ]
8-
7+
branches: [ "develop" ]
8+
99
permissions:
1010
contents: read
1111

0 commit comments

Comments
 (0)