From d5d8ba880a01f6174f565a1d3856cbf515370138 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Wed, 28 Oct 2020 02:35:58 -0600 Subject: [PATCH] Push to snap on every commit --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a8f0ed..b80109f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,5 +143,4 @@ jobs: run: sg lxd -c 'snapcraft --use-lxd' - name: Publish snap - if: startsWith(github.ref, 'refs/tags/') - run: snapcraft upload ./taskwarrior-tui_*.snap --release edge + run: snapcraft upload ./taskwarrior-tui_*.snap