From 4abfe22c0c91bb0cd7eb253eb0c72e25b64828e5 Mon Sep 17 00:00:00 2001 From: Michael Hoisie Date: Tue, 22 Mar 2022 00:20:50 +0000 Subject: [PATCH] Enable CI when PRs are made to the 'google' branch This is to experiment with improvements to how Robolectric code is synced between Google and GitHub. PiperOrigin-RevId: 435749120 --- .github/workflows/build_native_runtime.yml | 4 ++-- .github/workflows/check_aggregateDocs.yml | 2 +- .github/workflows/check_code_formatting.yml | 2 +- .github/workflows/gradle_wrapper_validation.yml | 2 +- .github/workflows/tests.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_native_runtime.yml b/.github/workflows/build_native_runtime.yml index b47c34b3200..cbe051e680e 100644 --- a/.github/workflows/build_native_runtime.yml +++ b/.github/workflows/build_native_runtime.yml @@ -5,7 +5,7 @@ on: branches: [ master ] pull_request: - branches: [ master ] + branches: [ master, google ] jobs: build_native_runtime: @@ -138,4 +138,4 @@ jobs: with: name: robolectric-nativeruntime-windows-x86_64.dll path: | - build/robolectric-nativeruntime-windows-x86_64.dll \ No newline at end of file + build/robolectric-nativeruntime-windows-x86_64.dll diff --git a/.github/workflows/check_aggregateDocs.yml b/.github/workflows/check_aggregateDocs.yml index ee23ae704df..75364e2327d 100644 --- a/.github/workflows/check_aggregateDocs.yml +++ b/.github/workflows/check_aggregateDocs.yml @@ -5,7 +5,7 @@ on: branches: [ master ] pull_request: - branches: [ master ] + branches: [ master, google ] jobs: check_aggregateDocs: diff --git a/.github/workflows/check_code_formatting.yml b/.github/workflows/check_code_formatting.yml index 38f71f40467..05bd8e28d50 100644 --- a/.github/workflows/check_code_formatting.yml +++ b/.github/workflows/check_code_formatting.yml @@ -5,7 +5,7 @@ on: branches: [ master ] pull_request: - branches: [ master ] + branches: [ master, google ] jobs: check_code_formatting: diff --git a/.github/workflows/gradle_wrapper_validation.yml b/.github/workflows/gradle_wrapper_validation.yml index e6a43b4a96a..f8296e5a8ab 100644 --- a/.github/workflows/gradle_wrapper_validation.yml +++ b/.github/workflows/gradle_wrapper_validation.yml @@ -5,7 +5,7 @@ on: branches: [ master ] pull_request: - branches: [ master ] + branches: [ master, google ] jobs: validation: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9a42fc4996d..4f8276acc31 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ on: branches: [ master ] pull_request: - branches: [ master ] + branches: [ master, google ] jobs: build: