Skip to content

Commit d062f0e

Browse files
committed
ci: add paths on push
1 parent 92b7e58 commit d062f0e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [main]
7+
paths:
8+
- 'setup/**'
9+
- 'slides.md'
10+
- 'package.json'
11+
- 'pnpm-lock.yaml'
12+
- '.github/workflows/deploy.yml'
713

814
permissions:
915
contents: read

0 commit comments

Comments
 (0)