summaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-01-26 15:29:59 -0500
committerMason Reed <mason@vector35.com>2025-01-27 12:08:46 -0500
commit1541ac179ae9ae5b2ee4918f08cd301ec96f6cfe (patch)
tree0bcca5271196f5ad81ff5a86190391862472175d /.github/workflows/rust.yml
parentd059f992d23f2796e51d1633befd53a6abccf00d (diff)
Update rust CI to not catch new branch pushes
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 4c0d5012..747e152f 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -1,11 +1,13 @@
name: Rust CI
-# TODO: The paths need to include all rust projects. Those exist outside the rust directory.
-
on:
workflow_dispatch:
push:
+ branches:
+ - '**'
paths:
+ - '**.rs'
+ - '**.toml'
- 'rust/**'
pull_request:
paths: