build(push-next): add ability for manual workflow dispatch
This commit is contained in:
parent
25fd976ed5
commit
8ce874fbea
1 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,13 @@
|
||||||
name: Rust
|
name: Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["next"]
|
branches:
|
||||||
|
- next
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches:
|
||||||
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in a new issue