Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-23 23:47:11 +02:00 committed by GitHub
parent c6c5bffafd
commit e812e8e908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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