This commit is contained in:
MacRimi
2025-02-24 19:25:38 +01:00

View File

@@ -2,7 +2,12 @@ name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
branches:
- "main"
paths:
- "web/**"
- "guides/**"
- "CHANGELOG.md"
workflow_dispatch:
permissions: