Skip to content

Commit 07a51b4

Browse files
committed
Add additional triggers for build
1 parent fee0690 commit 07a51b4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name: "build"
33
on:
44
pull_request:
55
branches: ["*"]
6+
types:
7+
# NOTE: these are the defaults
8+
- opened
9+
- synchronize
10+
- reopened
11+
# NOTE: we add this to let the conversion from draft trigger the workflows
12+
- ready_for_review
613
jobs:
714
test:
815
name: "Test Clients"

0 commit comments

Comments
 (0)