Merge pull request #4 from motherduckdb/jray/ext-workflow-ignore-ts

extension workflow: ignore the ts directory
This commit is contained in:
Jeff Raymakers
2025-06-10 14:00:36 -07:00
committed by GitHub

View File

@@ -3,10 +3,14 @@
#
name: Main Extension Distribution Pipeline
on:
pull_request:
paths-ignore:
- "ts/**"
push:
branches:
- "main"
pull_request:
paths-ignore:
- "ts/**"
workflow_dispatch:
concurrency: