Skip to content

Commit

Permalink
fix: Move master branch condition to release step only
Browse files Browse the repository at this point in the history
  • Loading branch information
DesarrolloAntonio committed Dec 2, 2024
1 parent 7042b21 commit 3a3b09e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3a3b09e

Please sign in to comment.