From 8c68cba7fe02010118fd437d27f22724f3f1f6f7 Mon Sep 17 00:00:00 2001 From: Islam Nofl Date: Fri, 30 Sep 2022 15:14:12 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5a9e47..6cbf219 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,8 @@ name: Make Release -on: - pull_request: - branches: [ "main" ] +on: + push: + tags: + - '*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: