Skip to content

Commit

Permalink
Merge pull request #4110 from jonapoul/patch-1
Browse files Browse the repository at this point in the history
Fix CI publishing
  • Loading branch information
JakeWharton committed Mar 18, 2024
2 parents 5ddc3f9 + a60e968 commit 8f5a3c9
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 @@ -80,7 +80,7 @@ jobs:

publish:
runs-on: ubuntu-latest
if: github.repository == 'square/retrofit' && github.ref == 'refs/heads/master'
if: github.repository == 'square/retrofit' && github.ref == 'refs/heads/trunk'
needs:
- jvm
- android
Expand Down

0 comments on commit 8f5a3c9

Please sign in to comment.