diff options
author | 2024-08-21 16:10:47 +0100 | |
---|---|---|
committer | 2024-08-21 16:10:47 +0100 | |
commit | 735767f8dfe302834e48c2383c387b0e41c2f006 (patch) | |
tree | 053859983d436ac5f75933ab4b5a4900af4f12d3 | |
parent | 0231ee7ab59d17985ef367c6144861dd3a625e63 (diff) | |
download | astro-feat/expose-action-api-context.tar.gz astro-feat/expose-action-api-context.tar.zst astro-feat/expose-action-api-context.zip |
ci: use `issue_comment` (#11805)feat/expose-action-api-context
-rw-r--r-- | .github/workflows/preview-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml index d23701198..225efe402 100644 --- a/.github/workflows/preview-release.yml +++ b/.github/workflows/preview-release.yml @@ -2,7 +2,7 @@ name: Preview release on: workflow_dispatch: - pull_request_review_comment: + issue_comment: types: [created] permissions: |