Skip to content

Commit

Permalink
feat: 워크플로 동작을 제어하도록 수정하다
Browse files Browse the repository at this point in the history
- 특정 위치에 커밋되는 내용으로 빌드하지 않도록 추가.
- 한번에 하나만.
  • Loading branch information
ujuc authored Nov 26, 2024
1 parent 44979e9 commit 5d3bb79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: github pages
on:
push:
branches: develop
paths-ignore:
- '.github/**'
- 'cli/**'

concurrency:
group: ${{ github.workflow }}

jobs:
deploy:
Expand Down

0 comments on commit 5d3bb79

Please sign in to comment.