Skip to content

Prepare release 6.0.0.Alpha1 #4

Prepare release 6.0.0.Alpha1

Prepare release 6.0.0.Alpha1 #4

Workflow file for this run

name: Quarkus Pre Release
on:
pull_request:
paths:
- '.github/project.yml'
permissions:
contents: read
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-release:
name: Pre-Release
uses: quarkusio/.github/.github/workflows/pre-release.yml@main
secrets: inherit