Skip to content

Commit 5de11c7

Browse files
committed
feat: check the correct paths
1 parent de6a076 commit 5de11c7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/gh-pages.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ on:
55
branches:
66
- main
77
paths:
8-
- "**.toml"
9-
- "./src/**.rs"
10-
- "build.rs"
11-
- "input.css"
12-
- "package.json"
13-
- "../../extras/**"
14-
- "../../assets/**"
15-
- "../../tailwind.config.js"
8+
- 'src/**.rs'
9+
- 'build.rs'
10+
- 'input.css'
11+
- 'package.json'
12+
- 'tailwind.config.js'
1613

1714
permissions:
1815
contents: read

0 commit comments

Comments
 (0)