Skip to content

Commit 2620e23

Browse files
ignore all markdown changes in the repo root when triggering github workflow
1 parent 696701c commit 2620e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
paths-ignore:
1212
- ".devcontainer/**"
1313
- ".devcontainer.json"
14-
- "README.md"
14+
- "*.md"
1515
- "mise.toml"
1616
schedule:
1717
- cron: "0 0 1 * *" # Monthly

0 commit comments

Comments
 (0)