Skip to content

Merge pull request #311 from onecx/dependabot/maven/org.tkit.quarkus.… #594

Merge pull request #311 from onecx/dependabot/maven/org.tkit.quarkus.…

Merge pull request #311 from onecx/dependabot/maven/org.tkit.quarkus.… #594

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
- 'fix/[0-9]+.[0-9]+.x'
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
pull_request:
types: [opened, synchronize, reopened]
branches:
- 'main'
- 'fix/[0-9]+.[0-9]+.x'
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
jobs:
java:
uses: onecx/ci-java-lib/.github/workflows/build.yml@v1
secrets: inherit