mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Merge pull request #7549 from ldeluigi/master
[READY] Update Mtg Fetch Bot workflow
This commit is contained in:
commit
1d137526a8
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