diff options
| author | Fuwn <[email protected]> | 2022-02-08 17:48:13 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 00:46:06 -0700 |
| commit | 3f06542a28bec7e9b1a72258cd544eb4ce65d77c (patch) | |
| tree | 6825986b72dfa3809e5e00534c599f9d258511f3 /.github/workflows | |
| parent | fix(divina_compile): remedy workflow errors (diff) | |
| download | archived-divina-3f06542a28bec7e9b1a72258cd544eb4ce65d77c.tar.xz archived-divina-3f06542a28bec7e9b1a72258cd544eb4ce65d77c.zip | |
ci(rust.yaml): enable on workflow_dispatch
Diffstat (limited to '.github/workflows')
| -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/**" |