Run release action on PR reviews

This commit is contained in:
Eric Cornelisesn 2020-06-16 21:49:44 +03:00
parent 463450cec8
commit eb6c199f4e

View File

@ -1,5 +1,6 @@
name: "Automated releases" name: "Automated releases"
on: on:
pull_request_review:
schedule: schedule:
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week) # "At 00:00 on Sunday" (https://crontab.guru/once-a-week)
- cron: "0 0 * * 0" - cron: "0 0 * * 0"