Remove paths filter from push event in build workflow
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 40s
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 40s
This commit is contained in:
parent
edfe160b4f
commit
b715b4bb59
1 changed files with 0 additions and 3 deletions
3
.github/workflows/build-workflow.yaml
vendored
3
.github/workflows/build-workflow.yaml
vendored
|
|
@ -5,9 +5,6 @@ on:
|
|||
- cron: '0 3 * * 6'
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "Dockerfile"
|
||||
- ".github/workflows/build-workflow.yaml"
|
||||
tags: ["v*.*.*"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue