update readme (#11)

* update readme

* add docs & README to main workflow ignore paths
This commit is contained in:
Jeff Raymakers
2025-06-13 12:12:03 -07:00
committed by GitHub
parent 0edb52054a
commit 13cb9c5ab9
2 changed files with 31 additions and 65 deletions

View File

@@ -5,14 +5,18 @@ name: Main Extension Distribution Pipeline
on:
pull_request:
paths-ignore:
- "ts/**"
- ".github/workflows/TypeScriptWorkspace.yml"
- "docs/**"
- "ts/**"
- "README.md"
push:
branches:
- "main"
paths-ignore:
- "ts/**"
- ".github/workflows/TypeScriptWorkspace.yml"
- "docs/**"
- "ts/**"
- "README.md"
workflow_dispatch:
concurrency: