Merge pull request #4 from motherduckdb/jray/ext-workflow-ignore-ts
extension workflow: ignore the ts directory
This commit is contained in:
@@ -3,10 +3,14 @@
|
|||||||
#
|
#
|
||||||
name: Main Extension Distribution Pipeline
|
name: Main Extension Distribution Pipeline
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- "ts/**"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
pull_request:
|
paths-ignore:
|
||||||
|
- "ts/**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Reference in New Issue
Block a user