Skip to content

Commit

Permalink
Trigger on review requested but filter for ready for review
Browse files Browse the repository at this point in the history
  • Loading branch information
jthompson-arcus committed May 7, 2024
1 parent 3790fe4 commit f624f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/write-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ name: write-manifest
on:
pull_request:
branches: [dev]
types: [ready_for_review]
types: [review_requested]
workflow_dispatch:


jobs:
write-manifest:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f624f80

Please sign in to comment.