diff --git a/.github/workflows/on-tags.yml b/.github/workflows/on-tags.yml index 15f85386..5edeb9d9 100644 --- a/.github/workflows/on-tags.yml +++ b/.github/workflows/on-tags.yml @@ -10,6 +10,8 @@ on: - '[0-9]+.[0-9]+' # tag format currently used by k3s-bosh-release: e.g. 124.12 - '[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+-rc[0-9]+' + # v1.24.17+k3s1 + - 'v[0-9]+.[0-9]+.[0-9]+.*' jobs: build: