Skip to content

Commit

Permalink
[ci] Also notify compiler ready for review PRs (#32371)
Browse files Browse the repository at this point in the history
Similar to #32344
  • Loading branch information
poteto authored Feb 12, 2025
1 parent d814852 commit 5a78dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compiler_discord_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: (Compiler) Discord Notify

on:
pull_request_target:
types: [opened]
types: [opened, ready_for_review]
paths:
- compiler/**
- .github/workflows/compiler_**.yml
Expand Down

0 comments on commit 5a78dd7

Please sign in to comment.