From adc545472bc11a25317c2bf977202306895e4266 Mon Sep 17 00:00:00 2001 From: Thomas Riegler Date: Tue, 28 May 2024 14:26:08 +0200 Subject: [PATCH 1/2] Added operator to pipeline --- .github/workflows/build-test-scan-push-images.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-test-scan-push-images.yml b/.github/workflows/build-test-scan-push-images.yml index cb13710..a42f1b5 100644 --- a/.github/workflows/build-test-scan-push-images.yml +++ b/.github/workflows/build-test-scan-push-images.yml @@ -4,6 +4,7 @@ on: push: branches: - develop + - add-operator-to-pipeline pull_request: branches: @@ -26,6 +27,8 @@ jobs: directory: frontend - name: api directory: api + - name: operator + directory: operator runs-on: ubuntu-latest permissions: contents: write From ba98c33633df3f3f4bf3b511ba2c814611929d13 Mon Sep 17 00:00:00 2001 From: Thomas Riegler Date: Tue, 28 May 2024 14:29:13 +0200 Subject: [PATCH 2/2] Removed branch from workflow --- .github/workflows/build-test-scan-push-images.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-test-scan-push-images.yml b/.github/workflows/build-test-scan-push-images.yml index a42f1b5..eb1f8ae 100644 --- a/.github/workflows/build-test-scan-push-images.yml +++ b/.github/workflows/build-test-scan-push-images.yml @@ -4,7 +4,6 @@ on: push: branches: - develop - - add-operator-to-pipeline pull_request: branches: