Skip to content

Commit 1a54695

Browse files
committed
fix: update ci to ignore md files
[skip ci]
1 parent ff09087 commit 1a54695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths-ignore:
55
- "docs/**"
6-
- "**.md"
6+
- "*.md"
77
pull_request:
88
paths-ignore:
99
- "docs/**"
10-
- "**.md"
10+
- "*.md"
1111
workflow_dispatch:
1212

1313
concurrency:

0 commit comments

Comments
 (0)