ci: Do not run release-image workflow on pull requests

This commit is contained in:
Ginger 2025-11-21 09:42:39 -05:00
parent 57c3290f02
commit 0958660eb5

View file

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