Skip to content

Commit 41f0daa

Browse files
committed
Add pr trigger
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent 65804c0 commit 41f0daa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
name: Generate and publish API JavaDocs
66
on:
77
push:
8-
branches:
9-
- master
8+
branches: [ master ]
9+
pull_request:
10+
branches: [ master ]
1011
workflow_dispatch:
1112

1213
jobs:

0 commit comments

Comments
 (0)