Skip to content

Commit 1330244

Browse files
committed
fix: run if certain paths are modified
1 parent 832993d commit 1330244

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/gh-pages.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ on:
55
branches:
66
- main
77
- next
8-
paths-ignore:
9-
- ".rusty-hook.toml"
10-
- "**/Makefile.toml"
11-
- "README.md"
8+
paths:
9+
- "**.toml"
10+
- "./src/**.rs"
11+
- "build.rs"
12+
- "input.css"
13+
- "package.json"
14+
- "../../extras/**"
15+
- "../../assets/**"
16+
- "../../tailwind.config.js"
1217

1318
permissions:
1419
contents: read

0 commit comments

Comments
 (0)