summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2023-03-02 15:12:33 +0100
committerLinus Färnstrand <linus@mullvad.net>2023-03-03 10:20:56 +0100
commit19b726dc1cda2238bb8b19f6542f1dc6e1feb24e (patch)
tree5759130952b7b53be652ab4e6d93c637a9b4439a /.github
parent68cd3662ccb3fbe0adf1465f27ffb005cd49f935 (diff)
downloadmullvadvpn-19b726dc1cda2238bb8b19f6542f1dc6e1feb24e.tar.xz
mullvadvpn-19b726dc1cda2238bb8b19f6542f1dc6e1feb24e.zip
Make container changes trigger rust-unused-dependencies.yml workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust-unused-dependencies.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml
index b59720b244..e1600ea340 100644
--- a/.github/workflows/rust-unused-dependencies.yml
+++ b/.github/workflows/rust-unused-dependencies.yml
@@ -6,6 +6,7 @@ on:
- .github/workflows/rust-unused-dependencies.yml
- '**/*.rs'
- '**/Cargo.toml'
+ - 'building/*-container-image.txt'
workflow_dispatch:
env:
RUST_NIGHTLY_TOOLCHAIN: nightly-2023-01-13