From bd10c4f172862ff9a623a3db421a6c132176decb Mon Sep 17 00:00:00 2001 From: xihajun Date: Tue, 23 May 2023 00:23:22 +0800 Subject: [PATCH] update DALLE workflow --- .github/workflows/DALLE.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DALLE.yml b/.github/workflows/DALLE.yml index 2223c50..0cd96c2 100644 --- a/.github/workflows/DALLE.yml +++ b/.github/workflows/DALLE.yml @@ -1,6 +1,6 @@ on: issue_comment: - types: [created] + types: [created, edited] jobs: OpenAI_Reply: if: "contains(github.event.issue.labels.*.name, 'image')"