From e4e0faede90263bd6768c93fa7369adbb8ec2c54 Mon Sep 17 00:00:00 2001 From: ChrGri Date: Fri, 12 Jul 2024 15:21:31 +0200 Subject: [PATCH] #9 --- .github/workflows/publishRelease.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publishRelease.yml b/.github/workflows/publishRelease.yml index 5a0d671f..0b4063a4 100644 --- a/.github/workflows/publishRelease.yml +++ b/.github/workflows/publishRelease.yml @@ -4,7 +4,9 @@ name: build_release # Only trigger, when the build workflow succeeded, see https://stackoverflow.com/questions/62750603/github-actions-trigger-another-action-after-one-action-is-completed on: workflow_run: - workflows: ["build_firmware","build_simhub_plugin"] + workflows: + - build_firmware + - build_simhub_plugin types: - completed