We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2e729 commit 97ce620Copy full SHA for 97ce620
.github/workflows/test.yml
@@ -2,6 +2,9 @@ name: Testing taskiq
2
3
on:
4
pull_request:
5
+ paths-ignore:
6
+ - 'docs/**'
7
+ - '*.md'
8
push:
9
10
jobs:
0 commit comments