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