Skip to content

Helm Chart 1.0.4: fix selector labels #13

Helm Chart 1.0.4: fix selector labels

Helm Chart 1.0.4: fix selector labels #13

Workflow file for this run

name: Push in Main
on:
push:
branches: main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
lint:
uses: ./.github/workflows/golangci-lint.yml
build:
uses: ./.github/workflows/build.yml
needs: lint