mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-07-22 14:07:56 +00:00
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:
parent
5e2c0a2b5e
commit
03e6afc908
7
.github/workflows/python-package-conda.yml
vendored
7
.github/workflows/python-package-conda.yml
vendored
@ -1,6 +1,11 @@
|
||||
name: Python Package using Conda
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'docs/**'
|
||||
- '.claude/**'
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user