Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 5de65dd

Browse files
committed
update workflow for md files
1 parent d254500 commit 5de65dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-commit.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ on:
77
- "LICENSE"
88
- ".gitignore"
99
- "changelog.md"
10+
- "beta-changelog.md"
11+
- "features.md"
1012
- ".editorconfig"
1113
- "src/*/resources/lang/*"
1214
pull_request:
1315
paths-ignore:
1416
- "README.md"
1517
- "LICENSE"
1618
- ".gitignore"
17-
- "changelog.md"
19+
- "beta-changelog.md"
20+
- "features.md"
1821
- ".editorconfig"
1922
- "src/*/resources/lang/*"
2023
workflow_dispatch:

0 commit comments

Comments
 (0)