ci: Fix CI not triggering on external pull requests

This commit is contained in:
Jade Ellis
2025-09-06 15:20:45 +01:00
parent 58bbc0e676
commit fdf5771387
2 changed files with 16 additions and 0 deletions
+4
View File
@@ -1,7 +1,11 @@
name: Checks / Prek
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
+12
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"