Update build.yml to trigger on PRs

This commit is contained in:
天クマ 2026-04-22 08:14:49 -03:00 committed by GitHub
commit 3596f18066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,16 @@ name: Build Eleventy
on:
push:
paths-ignore:
- '/maintenance/**'
- '/README.md'
branches:
- main
workflow_dispatch:
pull_request:
paths-ignore:
- '/maintenance/**'
- '/README.md'
permissions:
contents: write