Ignore certain content in the 'Build and deploy Pages' workflow.

This commit is contained in:
supahgreg
2025-11-07 18:20:58 +00:00
parent ed94b839fc
commit b4c75c6926
+6
View File
@@ -4,6 +4,12 @@ name: Build and deploy Pages
on:
push:
branches: [main]
paths-ignore:
- '.github/**'
- '.*'
- CONTRIBUTING.md
- LICENSE
- README.md
# Allow manual triggering
workflow_dispatch: