From e39ab815ee500b0fb7be80e416d8d4d238993fa0 Mon Sep 17 00:00:00 2001 From: Carsten Date: Thu, 21 Mar 2024 22:02:45 +0100 Subject: [PATCH] Make release workflow depend on dev (test). --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83b7413..b121613 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,11 +4,13 @@ name: release & publish workflow # Controls when the action will run. on: - # Triggers the workflow on push events but only for the master branch - push: + workflow_run: + workflows: ["dev"] + branches: [main] + types: + - completed tags: - 'v*' - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: