Skip to content

Commit ab5f005

Browse files
committed
extension workflow: ignore the ts directory
1 parent 9c05c83 commit ab5f005

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)