Skip to content

feat: add workflow_dispatch event for release workflow #4

feat: add workflow_dispatch event for release workflow

feat: add workflow_dispatch event for release workflow #4

Workflow file for this run

name: Continuous Integration
on: [push]
permissions:
contents: write
packages: write
security-events: write
jobs:
go:
uses: lvlcn-t/meta/.github/workflows/ci-go.yml@main
with:
go_version_file: go.mod
go_releaser_config: .goreleaser-ci.yaml
secrets: inherit
helm:
uses: lvlcn-t/meta/.github/workflows/ci-helm.yml@main