Skip to content

Commit

Permalink
ci: restrict release job to master branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
DesarrolloAntonio committed Nov 22, 2024
1 parent fd0b9ba commit f989f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ 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 f989f3a

Please sign in to comment.