Remove paths filter from push event in build workflow
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 40s

This commit is contained in:
Michael Trip 2026-06-23 15:31:09 +02:00
parent edfe160b4f
commit b715b4bb59

View file

@ -5,9 +5,6 @@ on:
- cron: '0 3 * * 6' - cron: '0 3 * * 6'
push: push:
branches: ["main"] branches: ["main"]
paths:
- "Dockerfile"
- ".github/workflows/build-workflow.yaml"
tags: ["v*.*.*"] tags: ["v*.*.*"]
pull_request: pull_request:
branches: ["main"] branches: ["main"]