Skip to content

Commit

Permalink
Fix build conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Apr 20, 2020
1 parent 63cf3e6 commit a3899f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

release:
runs-on: ubuntu-latest
if: ${{ github.ref == 'master' }}
if: github.ref == 'master'
needs:
- jvm
- android
Expand Down

0 comments on commit a3899f2

Please sign in to comment.