summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-06-28 17:32:40 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-06-28 17:32:40 +0200
commitde8aa2c441bbfb259f7a269c75e80d42376b1480 (patch)
tree833636b948ca243598df55842957ab1461ab1019 /.github
parent2426b5922c28928de3de493b3a6abf0a5ff0d2a6 (diff)
downloadmullvadvpn-de8aa2c441bbfb259f7a269c75e80d42376b1480.tar.xz
mullvadvpn-de8aa2c441bbfb259f7a269c75e80d42376b1480.zip
Edit verify signature CI to catch changes in files in folders
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/verify-locked-down-signatures.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/verify-locked-down-signatures.yml b/.github/workflows/verify-locked-down-signatures.yml
index e8afcbc99c..925e6e6c6f 100644
--- a/.github/workflows/verify-locked-down-signatures.yml
+++ b/.github/workflows/verify-locked-down-signatures.yml
@@ -7,7 +7,7 @@ on:
- Cargo.lock
- gui/package-lock.json
- wireguard/libwg/go.sum
- - ci/keys/
+ - ci/keys/**
- ci/verify-locked-down-signatures.sh
- ios/MullvadVPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
- android/gradle/verification-metadata.xml
@@ -16,8 +16,7 @@ on:
- building/mullvad-app-container-signing.asc
- building/linux-container-image.txt
- building/android-container-image.txt
- - building/sigstore/
- workflow_dispatch:
+ - building/sigstore/**
jobs:
verify-signatures:
runs-on: ubuntu-latest