ci: run binary build workflow on pull requests
This commit is contained in:
@@ -2,6 +2,12 @@ name: rust-binary-build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
|
paths:
|
||||||
|
- 'rust-toolchain.toml'
|
||||||
|
- 'adk-rust/**'
|
||||||
|
- '.github/workflows/rust-binary-build.yml'
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|||||||
Reference in New Issue
Block a user