Skip to content

fix: fix tag charts to chart #3

fix: fix tag charts to chart

fix: fix tag charts to chart #3

Workflow file for this run

name: test
on:
push:
branches:
- main
- deployment/**
pull_request:
branches:
- '**'
jobs:
build:
uses: ./.github/workflows/build.yml
deployment:
needs:
- build
uses: ./.github/workflows/deployment.yml
secrets: inherit