Renames package-private Grpc type to GrpcRouteHandler. The name Grpc … #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Workflow that runs on any push to main. | |
name: "Post PR Merge" | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'helidon-*.x' | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: false | |
jobs: | |
validate: | |
uses: ./.github/workflows/validate.yml | |
snapshot: | |
needs: validate | |
uses: ./.github/workflows/snapshotrelease.yaml | |
secrets: inherit |