Ignore various paths in the Publish workflow.

This commit is contained in:
supahgreg
2025-10-05 00:55:00 +00:00
parent 0bc55e8366
commit c3fbc81e19

View File

@@ -3,6 +3,16 @@ name: Publish
on:
push:
branches: [main]
paths-ignore:
- '.**'
- 'tests/**'
- '*.*-dist'
- '*.js'
- '*.json'
- '*.lock'
- '*.md'
- '*.neon'
- '*.xml'
# Allow manual triggering
workflow_dispatch: