From ce1031812fb2036153c7dd787353476f843dcc44 Mon Sep 17 00:00:00 2001 From: genofire Date: Sun, 17 Sep 2023 01:30:04 +0200 Subject: [PATCH] chore(ci): only release on Test run successfull --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07b1df4..ae67607 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,10 @@ name: Release on: - push: + workflow_run: + workflows: + - "Test, Lint" + types: [ "completed" ] branches: - main - rc