Skip to content

Commit 1e0b731

Browse files
committed
build: only generate docs on master
1 parent 0c8e6e7 commit 1e0b731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Documentation
22

33
on:
44
push:
5-
branches: [master, develop]
5+
branches: [master]
66
jobs:
77
docs:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)