ci: make kubernetes workflow run on push into any branch
Some checks failed
Deploy to K8s / deploy (push) Failing after 11s

This commit is contained in:
Jan Novak
2026-03-01 22:53:21 +01:00
parent cfaa2db88b
commit 01e8bb4406

View File

@@ -2,8 +2,8 @@ name: Deploy to K8s
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [main] branches:
- '**'
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest