Skip to content

Commit

Permalink
Update maintain-quality.yml (#406)
Browse files Browse the repository at this point in the history
add pull_request_review
  • Loading branch information
Mogyuchi authored Apr 19, 2023
1 parent 58a0754 commit 1841752
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maintain-quality.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Maintain code quality

on: [push, pull_request]
on:
push:
pull_request:
pull_request_review:

permissions:
contents: read
Expand Down

0 comments on commit 1841752

Please sign in to comment.