Update clustertool.tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -3,19 +3,19 @@ concurrency:
|
|||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - main
|
- main
|
||||||
# tags:
|
tags:
|
||||||
# - "*"
|
- "*"
|
||||||
# paths:
|
paths:
|
||||||
# - 'main.go'
|
- 'main.go'
|
||||||
# - 'go.mod'
|
- 'go.mod'
|
||||||
# - 'go.sum'
|
- 'go.sum'
|
||||||
# - 'pkg/**'
|
- 'pkg/**'
|
||||||
# - 'cmd/**'
|
- 'cmd/**'
|
||||||
# - 'clustertool/**'
|
- 'clustertool/**'
|
||||||
# - ".github/workflows/clsutertool.test.yaml"
|
- ".github/workflows/clustertool.test.yaml"
|
||||||
#pull_request:
|
#pull_request:
|
||||||
# branches:
|
# branches:
|
||||||
# - main
|
# - main
|
||||||
|
|||||||
Reference in New Issue
Block a user