We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a05d1f7 + 6178b5f commit 5888be4Copy full SHA for 5888be4
.github/workflows/deploy-getcloser.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - 'getcloser/**'
9
+ - '.github/workflows/deploy-getcloser.yml'
10
workflow_dispatch:
11
12
# 같은 브랜치 동시 실행 시 이전 잡 취소(경쟁 배포 방지)
0 commit comments