chore(actions): only run CI for real source code

This commit is contained in:
Erica Marigold 2025-02-16 17:24:46 +05:30
parent 005a92272c
commit 52f5a1e3c2
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -2,6 +2,11 @@ name: CI
on:
push:
paths:
- '**/*'
paths-ignore:
- '**/*.md'
- 'examples/**'
pull_request:
workflow_dispatch: