Skip to content

Commit 97ce620

Browse files
committed
chore: do not run tests in CI for docs changes
1 parent 0e2e729 commit 97ce620

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Testing taskiq
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- 'docs/**'
7+
- '*.md'
58
push:
69

710
jobs:

0 commit comments

Comments
 (0)