Skip to content

Commit 043aee3

Browse files
Only trigger on pushes to master
1 parent 5baf266 commit 043aee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
workflow_dispatch:
44
pull_request:
55
push:
6+
branches:
7+
- 'master'
68
permissions:
79
contents: write
810
jobs:

0 commit comments

Comments
 (0)