From fcb955751bd7ee4b0ac885f32b3d5a30a835daa6 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Wed, 8 Jan 2020 23:32:52 +0100 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index e8bb7cc..1062635 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -1,6 +1,9 @@ name: Dart CI -on: [push] +on: + push: + tags: + - v* jobs: build: @@ -11,11 +14,6 @@ jobs: image: google/dart:latest steps: - - uses: actions/checkout@v1 - - name: Install dependencies - run: pub get - - name: Run tests - run: pub run test - name: Publish Dart/Flutter package uses: sakebook/actions-flutter-pub-publisher@v1.2.1 with: