Skip to content

Commit 46c5458

Browse files
Change trigger from review to review requested
1 parent 29ab7f1 commit 46c5458

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/write-manifest.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
name: write-manifest
44
on:
5-
pull_request_review:
5+
pull_request:
66
branches: [dev]
7-
type: [submitted]
7+
type: [review_requested]
88
workflow_dispatch:
99

1010

1111
jobs:
1212
write-manifest:
13-
if: github.event.review.state == 'approved'
1413
runs-on: ubuntu-latest
1514
env:
1615
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)