Skip to content

Commit 1c95c32

Browse files
authored
Add push trigger for pull request branches
1 parent 7585b81 commit 1c95c32

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/fern-docs-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
name: Fern Docs Preview
44

55
on:
6+
push:
7+
branches:
8+
- "pull-request/[0-9]+"
69
pull_request:
710
paths:
811
- 'docs/**'

0 commit comments

Comments
 (0)