From 0868b98558f2124f1d8339f93378c40550f78a41 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Tue, 10 Sep 2024 11:53:36 +0200 Subject: [PATCH] Revert "test workflow" This reverts commit ac22fcb0e4fbde96b2628c44e399af5bb57dfde6. --- .github/workflows/e2e-attestationconfigapi.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-attestationconfigapi.yml b/.github/workflows/e2e-attestationconfigapi.yml index 7336c6bb8..70153ec0e 100644 --- a/.github/workflows/e2e-attestationconfigapi.yml +++ b/.github/workflows/e2e-attestationconfigapi.yml @@ -3,12 +3,11 @@ name: e2e test attestationconfig API on: workflow_dispatch: push: - #branches: - # - main - # - "release/**" + branches: + - main + - "release/**" paths: - "internal/api/**" - - "api/attestationconfigapi/**" - ".github/workflows/e2e-attestationconfigapi.yml" - "go.mod"