Skip to content

Commit 75ff6ff

Browse files
committed
only deploy docs on tagged commits to main
1 parent 96ff2f1 commit 75ff6ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Deploy Docs to GitHub Pages
33
on:
44
push:
55
branches: [main]
6-
pull_request:
7-
branches: [main]
6+
tags: "*"
87
workflow_dispatch:
98

109
# Allow this job to clone the repo and create a page deployment

0 commit comments

Comments
 (0)