Skip to content

Commit 65e463e

Browse files
Change workflow triggers from debugging to production settings
1 parent 81c9dce commit 65e463e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cd-docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: deploy-docs
22
on:
33
workflow_dispatch:
44
push:
5-
# Uncomment these lines before merge
6-
# branches:
7-
# - master
5+
branches:
6+
- master
87
permissions:
98
contents: write
109
jobs:

0 commit comments

Comments
 (0)