diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75139f45..ae6f6325 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,9 +26,9 @@ on: branches: [none] paths-ignore: - "**.md" - #release: - # branches: [none] - # types: [published] + release: + branches: [master] + types: [published] jobs: flutter_tests: