Skip to content

Commit b628b34

Browse files
authored
ci: ignore *.md for pull requests (#85)
1 parent 74ce3e4 commit b628b34

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: tests
22
on:
33
pull_request:
4+
paths-ignore:
5+
- "**.md"
46
push:
57
branches: [ main ]
68
paths-ignore:

0 commit comments

Comments
 (0)