We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b7e58 commit d062f0eCopy full SHA for d062f0e
1 file changed
.github/workflows/deploy.yml
@@ -4,6 +4,12 @@ on:
4
workflow_dispatch:
5
push:
6
branches: [main]
7
+ paths:
8
+ - 'setup/**'
9
+ - 'slides.md'
10
+ - 'package.json'
11
+ - 'pnpm-lock.yaml'
12
+ - '.github/workflows/deploy.yml'
13
14
permissions:
15
contents: read
0 commit comments