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

View File

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