mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +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:
|
||||
types: [opened]
|
||||
pull_request_review:
|
||||
type: [submitted]
|
||||
types: [submitted]
|
||||
pull_request_review_comment:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
fetch-card-references:
|
||||
|
|
Loading…
Reference in a new issue