ci: skip doc-only push workflows #26

Merged
archvillainette merged 1 commits from chore/skip-doc-only-push-workflows into main 2026-06-26 16:55:19 +00:00
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -9,6 +9,11 @@ on:
push:
branches: [main]
tags: ['v*']
paths-ignore:
- "docs/**"
- "README.md"
- "AGENTS.md"
- "LICENSE"
jobs:
build-binaries:
+5
View File
@@ -4,6 +4,11 @@ name: test
on:
push:
branches: [main]
paths-ignore:
- "docs/**"
- "README.md"
- "AGENTS.md"
- "LICENSE"
pull_request:
jobs: