1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-08 07:22:10 +02:00

Add on workflow_dispatch trigger to the build workflow

See
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
This commit is contained in:
Jonathan Daniel
2024-07-23 20:06:01 +03:00
parent ad9b41cd6c
commit fcb7d39414

View File

@ -5,6 +5,7 @@ on:
push: push:
branches: branches:
- main - main
workflow_dispatch:
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always