Skip to content

Update values.yaml

Update values.yaml #59

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches:
- 'main'
- 'fix/[0-9]+.[0-9]+.x'
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
jobs:
build:
uses: onecx-apps/ci-quarkus/.github/workflows/build.yml@v1
secrets: inherit