Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Smithy-x committed Mar 10, 2024
1 parent b3c0e56 commit d126745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Android CI

on:
push:
branches: [ main ]
branches: [ main, rewrite/clean-code-arc-mvvm+i ]
pull_request:
branches: [ main ]

Expand All @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 11
- name: set up JDK 1.8
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '1.8'
distribution: 'temurin'
cache: gradle

Expand Down

0 comments on commit d126745

Please sign in to comment.