Skip to content

Commit b59a0d9

Browse files
authored
Merge pull request #37 from penn201500/main
update workflow to check all .md files and all branches
2 parents 69e79f6 + 9fd4248 commit b59a0d9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/prettier-check.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ name: Prettier Markdown Check
44

55
on:
66
push:
7-
branches: [main]
7+
branches: ["**"]
8+
paths:
9+
- "**/*.md"
810
pull_request:
9-
branches: [main]
11+
branches: ["**"]
12+
paths:
13+
- "**/*.md"
1014

1115
jobs:
1216
prettier:

0 commit comments

Comments
 (0)