Allow dispatching the protoc build workflow manually (#83)

This commit is contained in:
Jesse Hills 2021-08-03 15:29:27 +12:00 committed by GitHub
parent a85758299d
commit 22255acf8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Update protobuf generated files
on:
push:
branches: [main]
workflow_dispatch:
jobs:
protoc-update: