diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 16:09:19 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 16:21:41 -0500 |
commit | e7749461bfa5abc00b946f844a85b25b6c12ec85 (patch) | |
tree | 254f2c17d0d231b8512a6016665a3a89ce477b80 /.github/workflows/rust.yml | |
parent | Unleash the locust CI (diff) | |
download | locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar.gz locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar.bz2 locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar.lz locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar.xz locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar.zst locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.zip |
Attempt to fix
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r-- | .github/workflows/rust.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6f6ec8a..833f2c8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Rust on: push: - # paths: - # - "**.rs" - # - "Cargo.**" + paths: + - "**.rs" + - "Cargo.**" pull_request: paths: - "**.rs" |