Update deploy.yml

This commit is contained in:
MacRimi 2025-02-24 19:18:30 +01:00 committed by GitHub
parent d8e117d1e1
commit dbdf346a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: