From fa102dfcd1eceab6681cbd8289fb7a3cccd7e98a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Pud=C5=82owski?= Date: Sat, 17 Aug 2024 15:07:42 +0200 Subject: [PATCH] fixing pipeline --- .github/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index ae51426..baa01e7 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -1,6 +1,6 @@ name: operator pipeline - on: - workflow_dispatch: +on: + workflow_dispatch: push: paths: - 'api/**.go'