From 230ecd5fe6e9032a875997fe8a0d16a4aa27e45f Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:20:10 +0300 Subject: [PATCH] Update setup_site.yml --- .github/workflows/setup_site.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/setup_site.yml b/.github/workflows/setup_site.yml index 3161fd35..80869d39 100644 --- a/.github/workflows/setup_site.yml +++ b/.github/workflows/setup_site.yml @@ -1,8 +1,11 @@ name: setup site base on provided image build for branch specified +# on: +# workflow_call: + on: - workflow_call: + workflow_dispatch: # on: # workflow_run: