Skip to content

Commit

Permalink
Enable CI when PRs are made to the 'google' branch
Browse files Browse the repository at this point in the history
This is to experiment with improvements to how Robolectric code is
synced between Google and GitHub.

PiperOrigin-RevId: 435749120
  • Loading branch information
hoisie committed Mar 22, 2022
1 parent c278347 commit 4abfe22
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_native_runtime.yml
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]

pull_request:
branches: [ master ]
branches: [ master, google ]

jobs:
build_native_runtime:
Expand Down Expand Up @@ -138,4 +138,4 @@ jobs:
with:
name: robolectric-nativeruntime-windows-x86_64.dll
path: |
build/robolectric-nativeruntime-windows-x86_64.dll
build/robolectric-nativeruntime-windows-x86_64.dll
2 changes: 1 addition & 1 deletion .github/workflows/check_aggregateDocs.yml
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]

pull_request:
branches: [ master ]
branches: [ master, google ]

jobs:
check_aggregateDocs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_code_formatting.yml
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]

pull_request:
branches: [ master ]
branches: [ master, google ]

jobs:
check_code_formatting:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle_wrapper_validation.yml
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]

pull_request:
branches: [ master ]
branches: [ master, google ]

jobs:
validation:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]

pull_request:
branches: [ master ]
branches: [ master, google ]

jobs:
build:
Expand Down

0 comments on commit 4abfe22

Please sign in to comment.