Skip to content

Commit 4e3fa7c

Browse files
authored
CD 파일 수정
1 parent c94fc69 commit 4e3fa7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: React CI/CD
33
on:
44
push:
55
branches: [ develop ]
6-
6+
pull_request:
7+
branches: [ develop ]
8+
79
jobs:
810
build:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)