Skip to content

Commit 5888be4

Browse files
authored
Merge pull request #284 from Pseudo-Lab/chore/getcloser-workflow-path-filter
chore(getcloser): trigger deploy only on getcloser changes
2 parents a05d1f7 + 6178b5f commit 5888be4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-getcloser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'getcloser/**'
9+
- '.github/workflows/deploy-getcloser.yml'
710
workflow_dispatch:
811

912
# 같은 브랜치 동시 실행 시 이전 잡 취소(경쟁 배포 방지)

0 commit comments

Comments
 (0)