diff options
| author | Albin <albin@mullvad.net> | 2023-06-01 11:40:20 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-06-01 11:47:43 +0200 |
| commit | 6ffdeba808966228141a517dedb6d11ad16896a1 (patch) | |
| tree | 0c8cc565e0495fbafe7fe17e1e9fe5e26cc20503 /.github/workflows | |
| parent | 50ef4aa869771d89e3e12a15ffff9f131026223e (diff) | |
| download | mullvadvpn-6ffdeba808966228141a517dedb6d11ad16896a1.tar.xz mullvadvpn-6ffdeba808966228141a517dedb6d11ad16896a1.zip | |
Limit PR audit trigger path to gradle lockfile
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-audit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-audit.yml b/.github/workflows/android-audit.yml index 7c59e295c2..3b9b0bc0cc 100644 --- a/.github/workflows/android-audit.yml +++ b/.github/workflows/android-audit.yml @@ -2,7 +2,7 @@ name: Android - Audit dependencies on: pull_request: - paths: [.github/workflows/android-audit.yml, android/**] + paths: [.github/workflows/android-audit.yml, android/gradle/verification-metadata.xml] workflow_dispatch: jobs: owasp-dependency-check: |
