Skip to content

Commit f258253

Browse files
authored
Update docs.yaml
1 parent 4082887 commit f258253

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: "Build documentation"
22
on:
33
push:
4-
pull_request:
4+
branches:
5+
- main
56
workflow_dispatch:
67

78
jobs:
@@ -26,4 +27,4 @@ jobs:
2627
aws_secret_access_key: ${{ secrets.PALEWIRE_DOCS_AWS_SECRET_ACCESS_KEY }}
2728
aws_bucket: ${{ secrets.PALEWIRE_DOCS_AWS_BUCKET }}
2829
source_dir: docs/_build/html/
29-
destination_dir: django-bakery
30+
destination_dir: django-bakery

0 commit comments

Comments
 (0)