diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfb8fdab8..a9b9d0cf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: build on: push: branches: - - master + - jwilson.1116.force_build pull_request: types: [opened, labeled, unlabeled, synchronize] @@ -16,7 +16,7 @@ env: jobs: publish: runs-on: ubuntu-latest - if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master' + if: github.repository == 'square/okhttp' steps: - name: Checkout