Skip to content

Commit f6295ad

Browse files
for all the markdown files
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
1 parent 2cb15b9 commit f6295ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
- main
77
paths-ignore:
88
- 'docs/**'
9-
- 'README.md'
9+
- '*.md'
1010
pull_request:
1111
branches:
1212
- main
1313
- dev
1414
paths-ignore:
1515
- 'docs/**'
16-
- 'README.md'
16+
- '*.md'
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)