Skip to content

Commit

Permalink
add pr workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Aug 14, 2024
1 parent 36deb42 commit 0ac77e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'

jobs:
flutter-build-android:
Expand Down

0 comments on commit 0ac77e1

Please sign in to comment.