From 96ec37bbf5982d8057a5c880418817c961227b07 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Sat, 16 Dec 2023 15:26:44 -0500 Subject: [PATCH] Release --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4fba8968f..054dfdaf76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: {} push: branches: - - 'master' + - 'jwilson.1216.release' tags-ignore: - '**' @@ -121,7 +121,7 @@ jobs: publish: runs-on: macos-13 - if: github.repository == 'square/okio' && github.ref == 'refs/heads/master' + if: github.repository == 'square/okio' needs: [jvm, all-platforms, emulator] steps: @@ -144,7 +144,7 @@ jobs: publish-website: runs-on: ubuntu-latest - if: github.repository == 'square/okio' && github.ref == 'refs/heads/master' + if: github.repository == 'square/okio' needs: [jvm, all-platforms, emulator] steps: