Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Dec 16, 2023
1 parent 37ad7d2 commit 96ec37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch: {}
push:
branches:
- 'master'
- 'jwilson.1216.release'
tags-ignore:
- '**'

Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 96ec37b

Please sign in to comment.