Commit e96ee23
Changed files (1)
.github
workflows
.github/workflows/CI.yml
@@ -11,6 +11,7 @@ on:
- "linux/**"
- "windows/**"
- ".github/workflows/CI.yml"
+ workflow_dispatch:
jobs:
test:
@@ -38,4 +39,4 @@ jobs:
flutter-version: '3.13.9'
- run: flutter pub get
- - run: flutter build apk --flavor github --debug
\ No newline at end of file
+ - run: flutter build apk --flavor github --debug