Skip to content

Commit

Permalink
add ready_for_review to gh action (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMozaffar committed Dec 14, 2023
1 parent 41d853b commit 73e88fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
types: [opened, synchronize, reopened, ready_for_review]

jobs:
quality:
Expand Down

0 comments on commit 73e88fc

Please sign in to comment.