summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cargo-audit.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml
index d308b0c83d..a3425f943c 100644
--- a/.github/workflows/cargo-audit.yml
+++ b/.github/workflows/cargo-audit.yml
@@ -3,6 +3,7 @@ on:
push:
paths:
- .github/workflows/cargo-audit.yml
+ - '**/*.rs'
- Cargo.lock
# Check if requested manually from the Actions tab
workflow_dispatch: