Skip to content

Commit 303f72f

Browse files
Only trigger on push to master
1 parent 9b530f7 commit 303f72f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: deploy-docs
22
on:
33
workflow_dispatch:
44
push:
5+
branches:
6+
- 'master'
57
pull_request:
68
permissions:
79
contents: write

0 commit comments

Comments
 (0)