Skip to content

Update @bufbuild/protobuf 2.2.0 → 2.2.2 (patch) #118

Update @bufbuild/protobuf 2.2.0 → 2.2.2 (patch)

Update @bufbuild/protobuf 2.2.0 → 2.2.2 (patch) #118

Workflow file for this run

name: Test on production
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
test:
name: Run tests
uses: ./.github/workflows/test.yml
with:
environment: production
cleanup:
name: Cleanup
needs: test
uses: ./.github/workflows/cleanup.yml
with:
environment: production