Skip to content

Commit 8f5a3c9

Browse files
authored
Merge pull request #4110 from jonapoul/patch-1
Fix CI publishing
2 parents 5ddc3f9 + a60e968 commit 8f5a3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
publish:
8282
runs-on: ubuntu-latest
83-
if: github.repository == 'square/retrofit' && github.ref == 'refs/heads/master'
83+
if: github.repository == 'square/retrofit' && github.ref == 'refs/heads/trunk'
8484
needs:
8585
- jvm
8686
- android

0 commit comments

Comments
 (0)