update README.md & workflows (#192)

* update README.md

* ci: Remove paths-ignore filters from all workflows

Removes docs/ and *.md path exclusions so required checks always run,
preventing PRs from being blocked when only documentation files change.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sahil Bansal
2026-03-31 19:54:25 +05:30
committed by GitHub
co-authored by Claude Opus 4.6
parent d112ded3da
commit 5fdc3a03ae
7 changed files with 2 additions and 30 deletions
-6
View File
@@ -3,15 +3,9 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "docs/**"
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "docs/**"
# PRs share a concurrency group (cancel/serialize); Pushes use unique groups to avoid cancellation/queuing
concurrency:
-6
View File
@@ -14,14 +14,8 @@ name: "CodeQL"
on:
push:
branches: ["main"]
paths-ignore:
- "**/*.md"
- "docs/**"
pull_request:
branches: ["main"]
paths-ignore:
- "**/*.md"
- "docs/**"
# PRs share a concurrency group (cancel/serialize); Pushes use unique groups to avoid cancellation/queuing
concurrency:
-3
View File
@@ -3,9 +3,6 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "docs/**"
# PRs share a concurrency group (cancel/serialize); Pushes use unique groups to avoid cancellation/queuing
concurrency:
-6
View File
@@ -4,15 +4,9 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "docs/**"
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "docs/**"
workflow_dispatch:
# PRs share a concurrency group (cancel/serialize); Pushes use unique groups to avoid cancellation/queuing
-3
View File
@@ -13,9 +13,6 @@ on:
- cron: "35 22 * * 0"
push:
branches: ["main"]
paths-ignore:
- "**/*.md"
- "docs/**"
# PRs share a concurrency group (cancel/serialize); Pushes use unique groups to avoid cancellation/queuing
concurrency:
-6
View File
@@ -2,15 +2,9 @@ name: vet OSS Components
on:
pull_request:
paths-ignore:
- "**/*.md"
- "docs/**"
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "docs/**"
# PRs share a concurrency group (cancel/serialize); Pushes use unique groups to avoid cancellation/queuing
concurrency: