Skip to content

Commit c46cff6

Browse files
Change branch in tests
Signed-off-by: angrezichatterbox <gouthammohanraj@gmail.com>
1 parent 32e126e commit c46cff6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: [ main, web3j-android]
5+
branches: [web3j-android]
66
pull_request:
77
branches:
8-
- main
98
- web3j-android
109
workflow_dispatch:
1110

@@ -20,7 +19,7 @@ jobs:
2019
- name: Set up JDK 17
2120
uses: actions/setup-java@v4
2221
with:
23-
distribution: 'zulu'
22+
distribution: "zulu"
2423
java-version: 17
2524
- name: Cache Gradle packages
2625
uses: actions/cache@v4
@@ -39,7 +38,7 @@ jobs:
3938
- name: Set up JDK 17
4039
uses: actions/setup-java@v4
4140
with:
42-
distribution: 'zulu'
41+
distribution: "zulu"
4342
java-version: 17
4443
- name: Cache Gradle packages
4544
uses: actions/cache@v4

0 commit comments

Comments
 (0)