mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Update mtg-fetch-cards.yml
Fix typos and add new events
This commit is contained in:
parent
f9b840e3b5
commit
3c8c177043
1 changed files with 3 additions and 1 deletions
4
.github/workflows/mtg-fetch-cards.yml
vendored
4
.github/workflows/mtg-fetch-cards.yml
vendored
|
@ -8,7 +8,9 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
pull_request_review:
|
pull_request_review:
|
||||||
type: [submitted]
|
types: [submitted]
|
||||||
|
pull_request_review_comment:
|
||||||
|
types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fetch-card-references:
|
fetch-card-references:
|
||||||
|
|
Loading…
Reference in a new issue