Skip to content

Commit e756035

Browse files
committed
Trigger test run when moving draft to Ready for Review
1 parent 3f8d4e1 commit e756035

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Android on PRs
22
on:
33
workflow_dispatch:
44
pull_request:
5-
types: [opened, reopened, synchronize]
5+
types: [opened, reopened, synchronize, ready_for_review]
66
paths:
77
- .github/workflows/pr_android.yml
88
- example/**

.github/workflows/pr_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build iOS on PRs
22
on:
33
workflow_dispatch:
44
pull_request:
5-
types: [opened, reopened, synchronize]
5+
types: [opened, reopened, synchronize, ready_for_review]
66
paths:
77
- .github/workflows/pr_ios.yml
88
- example/**

.github/workflows/pr_web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Web on PRs
22
on:
33
workflow_dispatch:
44
pull_request:
5-
types: [opened, reopened, synchronize]
5+
types: [opened, reopened, synchronize, ready_for_review]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)