1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00

Publish 5.3.2

This commit is contained in:
Jesse Wilson
2025-11-18 10:43:25 -05:00
parent 75b9c26774
commit dfbc1eff42

View File

@@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- master
- jwilson.1118.publish
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' && github.ref == 'refs/heads/jwilson.1118.publish'
steps:
- name: Checkout