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

Trigger a build

This commit is contained in:
Jesse Wilson
2023-04-22 20:49:15 -04:00
parent 68a106d326
commit 01dcf2b60a

View File

@@ -1,11 +1,6 @@
name: build
on:
push:
branches:
- okhttp_4x
pull_request:
types: [opened, labeled, unlabeled, synchronize]
on: [push]
env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
@@ -13,7 +8,6 @@ env:
jobs:
publish:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/okhttp_4x'
steps:
- name: Checkout