From bc5bcd81b3715995c5a4ea8a73f2fe2b65ebfc38 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Mon, 27 Oct 2025 17:51:28 +0530 Subject: [PATCH] ci: run android CI only when android src is changed --- .github/workflows/ci-android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-android.yml b/.github/workflows/ci-android.yml index b5d6b55..9d098a3 100644 --- a/.github/workflows/ci-android.yml +++ b/.github/workflows/ci-android.yml @@ -4,6 +4,8 @@ on: push: branches: - '*' + paths: + - 'android/**' workflow_dispatch: inputs: release: