extension workflow: ignore the ts directory

This commit is contained in:
Jeff Raymakers
2025-06-10 13:59:42 -07:00
parent 9c05c83412
commit ab5f005bce

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: