ci: run binary build workflow on pull requests

This commit is contained in:
IgorRachkov
2026-06-14 16:38:31 +03:00
parent 374b320ba4
commit 1fdc13aa73
+6
View File
@@ -2,6 +2,12 @@ name: rust-binary-build
on:
workflow_dispatch:
pull_request:
branches: [ "main" ]
paths:
- 'rust-toolchain.toml'
- 'adk-rust/**'
- '.github/workflows/rust-binary-build.yml'
push:
tags:
- 'v*'