ci: add paths-ignore to python-package-conda workflow (#312)

Skip docs-only changes (*.md, docs/**, .claude/**) from triggering the
Conda build/lint/test pipeline.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Roy Naquin 2026-06-21 15:14:55 +09:00 committed by GitHub
parent 5e2c0a2b5e
commit 03e6afc908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,11 @@
name: Python Package using Conda
on: [push]
on:
push:
paths-ignore:
- '**/*.md'
- 'docs/**'
- '.claude/**'
jobs:
build-linux: