Update clustertool.tests.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-19 20:30:58 +02:00
committed by GitHub
parent d304959608
commit 88ee6d65bf
+13 -13
View File
@@ -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