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: