ci: don't build apko base images on release branch

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-25 10:34:51 +01:00
parent 88b4bc5857
commit 8268b6e23f

View File

@ -5,7 +5,6 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "/apko/**"
- "/.github/workflows/build-apko-image.yml"