We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb77861 + f790bc0 commit 64ac34bCopy full SHA for 64ac34b
.github/workflows/deploy-docs.yml
@@ -2,8 +2,8 @@
2
name: Deploy docs to GitHub Pages
3
4
on:
5
- push:
6
- branches: [main, master]
+ release:
+ types: [published]
7
# Allows you to run this workflow manually from the Actions tab on GitHub.
8
workflow_dispatch:
9
0 commit comments