Skip to content

Commit e41d409

Browse files
committed
ci: fix pull_request trigger
1 parent 5dff689 commit e41d409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
pull_request:
5-
types: [review_requested]
5+
types: [opened, ready_for_review, synchronize]
66
push:
77
branches: [main]
88
workflow_dispatch:

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- reference/latest/src/main/generated/**
99
- translated/**
1010
- versions/**
11-
types: [review_requested]
11+
types: [opened, ready_for_review, synchronize]
1212
workflow_dispatch:
1313

1414
concurrency:

0 commit comments

Comments
 (0)