Skip to content

Commit 7d55e63

Browse files
committed
fix: cd-develop.yml 수정
- 수동 작동 추가
1 parent 72d163f commit 7d55e63

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cd-develop.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Java CI with Gradle
22

3-
#on:
4-
# push:
5-
# branches: [ "develop" ]
3+
on:
4+
push:
5+
branches:
6+
- develop
7+
workflow_dispatch:
68

79
permissions:
810
contents: read

0 commit comments

Comments
 (0)