Skip to content

Commit dd25712

Browse files
authored
Exclude dotfiles
1 parent e10ca1e commit dd25712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
- "docs/**"
99
- "*.md"
1010
- "*.rst"
11+
- ".*"
1112

1213
pull_request:
1314
paths-ignore:
1415
- "docs/**"
1516
- "*.md"
1617
- "*.rst"
18+
- ".*"
1719

1820
workflow_dispatch:
1921

0 commit comments

Comments
 (0)