ci(site): always run site

This commit is contained in:
Christian Visintin
2026-06-08 15:48:46 +02:00
parent f3085161e6
commit ab5de031e3

View File

@@ -2,14 +2,9 @@ name: Site
on:
pull_request:
paths:
- "site/**"
- ".github/workflows/site.yml"
branches: [main]
push:
branches: [ main ]
paths:
- "site/**"
- ".github/workflows/site.yml"
branches: [main]
permissions:
contents: read