Skip to content

Commit 74e25b3

Browse files
committed
#45 test: CI/CD 파이프라인 테스트 수정
1 parent ba94204 commit 74e25b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
- develop
8-
- feature/*
8+
- feature/**
99

1010
jobs:
1111
deploy:

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
- develop
8-
- feature/*
8+
- feature/**
99

1010
jobs:
1111
deploy:

0 commit comments

Comments
 (0)