Skip to content

Commit 64ac34b

Browse files
authored
Merge pull request #70 from rootstrap/build/docs_update_deployworkflow_to_trigger_when_a_release_is_published
build(docs): update deploy workflow to trigger when a Release is published
2 parents cb77861 + f790bc0 commit 64ac34b

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)