diff --git a/.github/workflows/dev_github.yml b/.github/workflows/dev_github.yml index c4a5e39..6284a37 100644 --- a/.github/workflows/dev_github.yml +++ b/.github/workflows/dev_github.yml @@ -1,4 +1,4 @@ -name: Publish on Github +name: Flutter analyze & test on: workflow_dispatch: {} @@ -9,7 +9,7 @@ on: - lib/**/*.dart jobs: - build_and_publish: + flutter_analyze_and_test: runs-on: ubuntu-latest permissions: contents: write