We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa002f0 commit c257853Copy full SHA for c257853
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ on:
21
branches: [ "main" ]
22
pull_request:
23
24
- types: [opened, reopened, synchronize, ready_for_review]
+ types: [opened, reopened, synchronize]
25
# Pushing changes to PR stops currently-running CI
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments