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 74dda24 commit 49fca86Copy full SHA for 49fca86
1 file changed
.github/workflows/pipeline.yml
@@ -3,7 +3,11 @@ name: Pipeline
3
on:
4
push:
5
branches: [ main ]
6
+ paths-ignore:
7
+ - 'docs/**'
8
pull_request:
9
10
11
12
jobs:
13
black:
0 commit comments