Skip to content

Commit

Permalink
Update PR_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-saplin authored Nov 10, 2024
1 parent 74e193e commit 502523c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PR Build

on:
pull_request:
branches: [main]
branches: *

jobs:
build:
Expand All @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: "12.x"
java-version: "23.0.1+11"
cache: gradle
- uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 502523c

Please sign in to comment.