Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev authored Dec 9, 2023
1 parent 65b8d18 commit 1b35b90
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ on:
pull_request:
workflow_dispatch:
merge_group:
branches:
- dev

jobs:
ios-build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }}
- uses: subosito/flutter-action@v2
with:
# flutter-version: '2.5.2'
Expand Down Expand Up @@ -48,7 +52,9 @@ jobs:
android-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }}
- uses: actions/setup-java@v1
with:
java-version: '12.x'
Expand Down

0 comments on commit 1b35b90

Please sign in to comment.