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:
|
||||
push:
|
||||
branches: ["next"]
|
||||
branches:
|
||||
- next
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in a new issue