From fc978ad74eee08b2745486da3d93be59266a978c Mon Sep 17 00:00:00 2001 From: enlineawork Date: Wed, 9 Sep 2026 15:12:55 -0300 Subject: [PATCH] ci(f6.1): run Android on operational API contract changes --- .github/workflows/android.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 610cab4..aaa6c24 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -19,8 +19,11 @@ on: paths: - 'android-app/**' - 'api-v3/src/auth/**' + - 'api-v3/src/asset-master/**' - 'api-v3/src/inspection-visits/**' - 'api-v3/src/inspection-acts/**' + - 'api-v3/src/inspection-findings/**' + - 'api-v3/src/inspection-verifications/**' - '.github/workflows/android.yml' workflow_dispatch: @@ -66,4 +69,4 @@ jobs: name: DH-Inspeccion-F6.1-0.15.0-debug path: android-app/app/build/outputs/apk/debug/app-debug.apk if-no-files-found: error - retention-days: 30 \ No newline at end of file + retention-days: 30