Skip to content

Commit b969dab

Browse files
committed
actions: also run on updated branch
1 parent 46cc8e5 commit b969dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docs
33
on:
44
# trigger build on every PR phase
55
pull_request:
6-
types: [opened, reopened, review_requested]
6+
types: [opened, synchronize, reopened, review_requested]
77
# trigger deployment manually
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)