Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: create-tag-release
on: push
jobs:
helm-unittest:
uses: stacc/platform-github-actions/.github/workflows/helm-unittest.yaml@main
create-tag-release:
if: github.ref == 'refs/heads/main'
uses: stacc/platform-github-actions/.github/workflows/tag-release.yaml@main
needs: helm-unittest