Skip to content

Adding support for multiple metric profiles (#62) #27

Adding support for multiple metric profiles (#62)

Adding support for multiple metric profiles (#62) #27

Workflow file for this run

name: Release Workflow
on:
push:
tags:
- "*" # triggers only if push new tag version
jobs:
ci-tests:
uses: ./.github/workflows/ci-tests.yml
secrets: inherit
release-build:
uses: ./.github/workflows/gorelease.yml
needs: ci-tests
deploy-docs:
uses: ./.github/workflows/docs.yml
needs: ci-tests