diff options
| author | Fuwn <[email protected]> | 2022-02-09 01:48:13 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 07:46:06 +0000 |
| commit | 45820eb1e090b1c41a0df35711bc57065239bfbe (patch) | |
| tree | 6825986b72dfa3809e5e00534c599f9d258511f3 | |
| parent | fix(divina_compile): remedy workflow errors (diff) | |
| download | divina-45820eb1e090b1c41a0df35711bc57065239bfbe.tar.xz divina-45820eb1e090b1c41a0df35711bc57065239bfbe.zip | |
ci(rust.yaml): enable on workflow_dispatch
| -rw-r--r-- | .github/workflows/rust.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index ee0218a..241248c 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -1,6 +1,7 @@ name: Rust ✅ on: + workflow_dispatch: push: paths: - "crates/**" |