diff --git a/.github/workflows/publish_to_dart_dev.yml b/.github/workflows/publish_to_dart_dev.yml index d1c1fbdad1..43b5d92c07 100644 --- a/.github/workflows/publish_to_dart_dev.yml +++ b/.github/workflows/publish_to_dart_dev.yml @@ -1,6 +1,9 @@ name: Publish Kraken To pub.dev -on: [workflow_dispatch] +on: + release: + types: [created] + workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: