From 3a3b09e46dfaf1d495f0dde2a508b318495b14d6 Mon Sep 17 00:00:00 2001 From: Antonio Corrales Date: Mon, 2 Dec 2024 08:55:33 +0100 Subject: [PATCH] fix: Move master branch condition to release step only --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2ef2bb..01b1643 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,6 @@ jobs: script: ./gradlew connectedDebugAndroidTest build_and_release: - if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest needs: [unit_tests, android_tests] steps: