Skip to content

Merge pull request #77 from LerianStudio/fix/add-helm-condition #52

Merge pull request #77 from LerianStudio/fix/add-helm-condition

Merge pull request #77 from LerianStudio/fix/add-helm-condition #52

Workflow file for this run

name: release
on:
push:
branches:
- develop
- release-candidate
- main
paths-ignore:
- '.gitignore'
- '**/*.env'
- '*.env'
- '**/*.md'
- '*.md'
- '**/*.txt'
- '*.txt'
tags-ignore:
- '**'
permissions:
id-token: write
contents: write
pull-requests: write
packages: read
jobs:
publish-release:
uses: ./.github/workflows/release.yml
with:
runner_type: ubuntu-latest
secrets: inherit