Skip to content

Commit f2b05d7

Browse files
authored
Merge pull request #15 from tarilen/bug/post-deploy-fix
Add build exclusions for docs
2 parents 5f76010 + b7f9c92 commit f2b05d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: deploy
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- 'docs/**'
8+
- '**/*.md'
9+
- 'LICENSE'
610
workflow_dispatch:
711

812
permissions:

0 commit comments

Comments
 (0)