From 84c55b4792d7f307a7f2ddd5c09d8dbd0061d568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Tue, 19 Dec 2023 21:20:16 +0100 Subject: [PATCH] ci: run release after unit tests succeed --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a153024..4e98abcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,11 @@ name: Release on: - push: - branches: - - main workflow_run: workflows: ['Unit Test'] types: - completed + branches: + - main jobs: release: runs-on: ubuntu-latest