Skip to content

Commit f790bc0

Browse files
committed
build(docs): update deploy workflow to trigger when a Release is published
1 parent 013545c commit f790bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Deploy docs to GitHub Pages
33

44
on:
5-
push:
6-
branches: [main, master]
5+
release:
6+
types: [published]
77
# Allows you to run this workflow manually from the Actions tab on GitHub.
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)