From e16fd39bb573c4f13bc63533dc893e2f4741d9d7 Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:19:36 -0500 Subject: [PATCH] Build on every push but only publish on tags (#46) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 91123855a6..8167efb98e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,7 @@ name: Release on: + push: create: tags: - v* @@ -259,7 +260,6 @@ jobs: name: Release runs-on: ubuntu-latest needs: - - lint - macos - windows - linux