Skip to content

Commit 9696ee3

Browse files
authored
Merge pull request #6 from WebCreatorX/feature/ci-fix
Develop- ci 트리거 범위 수정
2 parents 583b17a + fa282fa commit 9696ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ["main", "develop"]
88

99
push:
10-
branches: ["main", "develop", "feature/*"]
10+
branches: ["feature/*"]
1111

1212
# 실행될 작업(Job)들
1313
jobs:

0 commit comments

Comments
 (0)