Skip to content

Commit fb01613

Browse files
authored
Merge pull request #4 from motherduckdb/jray/ext-workflow-ignore-ts
extension workflow: ignore the ts directory
2 parents 9c05c83 + ab5f005 commit fb01613

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
#
44
name: Main Extension Distribution Pipeline
55
on:
6+
pull_request:
7+
paths-ignore:
8+
- "ts/**"
69
push:
710
branches:
811
- "main"
9-
pull_request:
12+
paths-ignore:
13+
- "ts/**"
1014
workflow_dispatch:
1115

1216
concurrency:

0 commit comments

Comments
 (0)