Skip to content

Commit

Permalink
[CI] Enable manually running for build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Aug 10, 2024
1 parent f34b555 commit 32b984c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Flutter Build CI

on: [pull_request]
on: [pull_request, workflow_dispatch]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flutter_release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Flutter Release Build CI
on:
release:
types: [prereleased]
workflow_dispatch:

env:
FLUTTER_VERSION: "3.24.0"
Expand Down

0 comments on commit 32b984c

Please sign in to comment.