build(push-next): add ability for manual workflow dispatch
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 3m35s
Test / build (map[name:stable]) (push) Successful in 4m13s
Release Please / Release-plz (push) Successful in 40s

This commit is contained in:
Paul Campbell 2024-12-01 10:15:18 +00:00
parent 25fd976ed5
commit 8ce874fbea

View file

@ -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