From 3b45c975105f4382480b0511b489397aba45faaf Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 26 Nov 2021 19:37:19 +0000 Subject: [PATCH] GitHub CI: Fix workflow_dispatch triggers --- .github/workflows/retrofw_release.yml | 2 +- .github/workflows/src_dist_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/retrofw_release.yml b/.github/workflows/retrofw_release.yml index a637398c7..b89ed8281 100644 --- a/.github/workflows/retrofw_release.yml +++ b/.github/workflows/retrofw_release.yml @@ -3,7 +3,7 @@ name: RetroFW Release Build on: release: types: [created] - workflow_dispatch: + workflow_dispatch: jobs: retrofw: diff --git a/.github/workflows/src_dist_release.yml b/.github/workflows/src_dist_release.yml index f5e1c4dc9..4e68fe308 100644 --- a/.github/workflows/src_dist_release.yml +++ b/.github/workflows/src_dist_release.yml @@ -3,7 +3,7 @@ name: Build source tarball on: release: types: [created] - workflow_dispatch: + workflow_dispatch: jobs: make_src_dist: