ci: Fix CI not triggering on external pull requests

This commit is contained in:
Jade Ellis 2025-09-06 15:20:45 +01:00
commit fdf5771387
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
2 changed files with 16 additions and 0 deletions

View file

@ -1,7 +1,11 @@
name: Checks / Prek
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read

View file

@ -3,7 +3,19 @@ concurrency:
group: "release-image-${{ github.ref }}"
on:
pull_request:
paths-ignore:
- "*.md"
- "**/*.md"
- ".gitlab-ci.yml"
- ".gitignore"
- "renovate.json"
- "pkg/**"
- "docker/**"
- "docs/**"
push:
branches:
- main:
paths-ignore:
- "*.md"
- "**/*.md"