Skip to content

Update ts-proto 1.170.0 → 1.176.2 (minor) #64

Update ts-proto 1.170.0 → 1.176.2 (minor)

Update ts-proto 1.170.0 → 1.176.2 (minor) #64

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