Skip to content

chore: Upgrade Hedera Protobufs to v0.47.0 #77

chore: Upgrade Hedera Protobufs to v0.47.0

chore: Upgrade Hedera Protobufs to v0.47.0 #77

name: PR Checks
on:
workflow_dispatch:
inputs:
hapi-version-tag:
description: "HAPI Protobuf Release Tag:"
type: string
required: false
default: "v0.30.0"
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
name: Code
uses: ./.github/workflows/zxc-build-library.yaml
with:
hapi-version-tag: ${{ inputs.hapi-version-tag || 'v0.30.0' }}