We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ee48f commit d44846cCopy full SHA for d44846c
1 file changed
.github/workflows/test.yml
@@ -5,7 +5,10 @@ on:
5
branches:
6
- master
7
pull_request:
8
- types: [opened, synchronize]
+ types:
9
+ - opened
10
+ - synchronize
11
+ - ready_for_review
12
13
jobs:
14
static_analysis:
0 commit comments