mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
ci: trigger using review comment instead (#11804)
This commit is contained in:
parent
4f25b60d0c
commit
0231ee7ab5
1 changed files with 1 additions and 7 deletions
8
.github/workflows/preview-release.yml
vendored
8
.github/workflows/preview-release.yml
vendored
|
@ -2,14 +2,8 @@ name: Preview release
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
issue_comment:
|
||||
pull_request_review_comment:
|
||||
types: [created]
|
||||
merge_group:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- ".vscode/**"
|
||||
- "**/*.md"
|
||||
- ".github/ISSUE_TEMPLATE/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in a new issue