mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
Update uncivbot.yml
This commit is contained in:
parent
c6c5bffafd
commit
e812e8e908
6
.github/workflows/uncivbot.yml
vendored
6
.github/workflows/uncivbot.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: UncivBot
|
name: UncivBot
|
||||||
|
|
||||||
on: [issue_comment]
|
on:
|
||||||
|
issue_comment:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
summary:
|
summary:
|
||||||
@ -53,7 +55,7 @@ jobs:
|
|||||||
})
|
})
|
||||||
|
|
||||||
merge_translations:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v3
|
- uses: actions/github-script@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user