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.
1 parent c864390 commit c44d62aCopy full SHA for c44d62a
.github/workflows/deploy.yml
@@ -1,10 +1,8 @@
1
name: Deploy Docs to GH Pages
2
3
on:
4
- # Runs on pushes targeting the `main` branch. Change this to `master` if you're
5
- # using the `master` branch as the default branch.
6
- push:
7
- branches: [main]
+ release:
+ types: [published]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
0 commit comments