Skip to content

Commit 13539f8

Browse files
authored
Update MainDistributionPipeline.yml
1 parent 0d6c4c2 commit 13539f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
name: Main Extension Distribution Pipeline
55
on:
66
push:
7+
paths-ignore:
8+
- '**.md'
79
pull_request:
810
workflow_dispatch:
911

@@ -20,4 +22,4 @@ jobs:
2022
ci_tools_version: main
2123
extension_name: quack_pprof
2224
extra_toolchains: rust;python3
23-
exclude_archs: 'windows_amd64_rtools'
25+
exclude_archs: 'windows_amd64_rtools;windows_amd64;wasm_threads;wasm_eh;wasm_mvp;'

0 commit comments

Comments
 (0)