Skip to content

Commit

Permalink
feat: test pr (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Feb 5, 2024
1 parent 00d39ad commit 2d0aa7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- 'main'
- 'fix/[0-9]+.[0-9]+.x'
paths:
- '**'
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
Expand All @@ -20,4 +22,6 @@ jobs:
uses: onecx/ci-quarkus/.github/workflows/build.yml@v1
secrets: inherit
with:
native: true
helmEventTargetRepository: onecx/onecx-tenant
native: true

0 comments on commit 2d0aa7a

Please sign in to comment.