CI: Skip release bump-only workflow runs

This commit is contained in:
darken
2026-05-01 20:08:42 +02:00
committed by Matthias Urhahn
parent fc98db09a2
commit 0ffa87deea
3 changed files with 15 additions and 1 deletions
+8
View File
@@ -3,6 +3,14 @@ name: Deploy GitHub Pages
on:
push:
branches: [ main ]
paths:
- _config.yml
- _layouts/**
- README.md
- CHANGELOG.md
- PRIVACY_POLICY.md
- CNAME
- .github/workflows/pages.yml
workflow_dispatch:
permissions: