From 3c8c177043104dc44517d5c6d2898b5c30dd6af9 Mon Sep 17 00:00:00 2001 From: ldeluigi <44567586+ldeluigi@users.noreply.github.com> Date: Thu, 11 Feb 2021 14:54:38 +0100 Subject: [PATCH] Update mtg-fetch-cards.yml Fix typos and add new events --- .github/workflows/mtg-fetch-cards.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mtg-fetch-cards.yml b/.github/workflows/mtg-fetch-cards.yml index a61ea45cd5b..8417b62cda3 100644 --- a/.github/workflows/mtg-fetch-cards.yml +++ b/.github/workflows/mtg-fetch-cards.yml @@ -8,7 +8,9 @@ on: pull_request: types: [opened] pull_request_review: - type: [submitted] + types: [submitted] + pull_request_review_comment: + types: [created] jobs: fetch-card-references: