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