We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dff689 commit e41d409Copy full SHA for e41d409
.github/workflows/build.yaml
@@ -2,7 +2,7 @@ name: Build
2
3
on:
4
pull_request:
5
- types: [review_requested]
+ types: [opened, ready_for_review, synchronize]
6
push:
7
branches: [main]
8
workflow_dispatch:
.github/workflows/format.yaml
@@ -8,7 +8,7 @@ on:
- reference/latest/src/main/generated/**
9
- translated/**
10
- versions/**
11
12
13
14
concurrency:
0 commit comments