From e812e8e908fe517ca9bd568ad8573455e249bf26 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 23 Jan 2021 23:47:11 +0200 Subject: [PATCH] Update uncivbot.yml --- .github/workflows/uncivbot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 10e68f854b..173c362a9e 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -1,6 +1,8 @@ name: UncivBot -on: [issue_comment] +on: + issue_comment: + workflow_dispatch: jobs: summary: @@ -53,7 +55,7 @@ jobs: }) merge_translations: - if: github.event.comment.body == 'merge translations' + if: github.event_name == "workflow_dispatch" || github.event.comment.body == 'merge translations' runs-on: ubuntu-latest steps: - uses: actions/github-script@v3