Enable manual CI run
This commit is contained in:
parent
d5c98b7447
commit
bb663da60e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -2,6 +2,8 @@ name: Flutter CI
|
|||
|
||||
# This workflow is triggered on pushes to the repository.
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Enable manual run
|
||||
push:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
|
|
Loading…
Add table
Reference in a new issue