From 533d1270e5de7d624213af7c69469cdbf42ee31d Mon Sep 17 00:00:00 2001 From: David Braun Date: Mon, 20 Dec 2021 11:31:29 -0800 Subject: [PATCH] update workflows/all.yml --- .github/workflows/all.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 02e3432..9c39ea8 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -1,6 +1,5 @@ name: Compile on: - pull_request: {} push: tags: - '*' @@ -129,4 +128,4 @@ jobs: with: artifacts: "dist/*/*" token: ${{ secrets.GITHUB_TOKEN }} - draft: true \ No newline at end of file + draft: true