From 880c1e9e422264189779bff0d03039c98348f43f Mon Sep 17 00:00:00 2001 From: AlexsJones Date: Tue, 21 Mar 2023 20:11:28 +0000 Subject: [PATCH] updated workflow Signed-off-by: AlexsJones --- .github/workflows/{ci.yaml => release.yaml} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename .github/workflows/{ci.yaml => release.yaml} (93%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/release.yaml similarity index 93% rename from .github/workflows/ci.yaml rename to .github/workflows/release.yaml index 103028a..50d9f43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/release.yaml @@ -1,9 +1,10 @@ -name: goreleaser +name: release on: - pull_request: push: - + tags: + + - '*' permissions: contents: write