From a60e9686d6912b84b26625784dee6539f7944bee Mon Sep 17 00:00:00 2001 From: Jon Poulton Date: Mon, 18 Mar 2024 21:12:21 +0000 Subject: [PATCH] Fix CI publishing --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f654302174..a23162e04d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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