Skip to content

Commit 14708cf

Browse files
committed
ci: ignore docs path
[no ci]
1 parent 4346e9e commit 14708cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
#
2-
# This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
3-
#
41
name: Main Extension Distribution Pipeline
52
on:
63
push:
4+
paths-ignore:
5+
- "docs/**"
76
pull_request:
7+
paths-ignore:
8+
- "docs/**"
89
workflow_dispatch:
910

1011
concurrency:

0 commit comments

Comments
 (0)