From 88ee6d65bf2f3c33014204752112b27ed8d26f1e Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 19 Oct 2024 20:30:58 +0200 Subject: [PATCH] Update clustertool.tests.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/clustertool.tests.yaml | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/clustertool.tests.yaml b/.github/workflows/clustertool.tests.yaml index c4b55473d0f..88e09d82e8b 100644 --- a/.github/workflows/clustertool.tests.yaml +++ b/.github/workflows/clustertool.tests.yaml @@ -3,19 +3,19 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} on: workflow_dispatch: - # push: - # branches: - # - main - # tags: - # - "*" - # paths: - # - 'main.go' - # - 'go.mod' - # - 'go.sum' - # - 'pkg/**' - # - 'cmd/**' - # - 'clustertool/**' - # - ".github/workflows/clsutertool.test.yaml" + push: + branches: + - main + tags: + - "*" + paths: + - 'main.go' + - 'go.mod' + - 'go.sum' + - 'pkg/**' + - 'cmd/**' + - 'clustertool/**' + - ".github/workflows/clustertool.test.yaml" #pull_request: # branches: # - main