Skip to content

Commit 15d75dd

Browse files
committed
fix: workflow_dispatch 들여쓰기 수정
1 parent 89fd689 commit 15d75dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Dev-CI-CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
[ "dev" ]
7-
workflow_dispatch:
7+
workflow_dispatch:
88

99
permissions:
1010
contents: read

.github/workflows/Prod-CI-CD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
[ "main" ]
7-
workflow_dispatch:
7+
workflow_dispatch:
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)