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 c4ef18f commit 3c4befcCopy full SHA for 3c4befc
1 file changed
.github/workflows/sphinx.yml
@@ -1,6 +1,9 @@
1
name: "Sphinx: Render docs"
2
3
-on: push
+on:
4
+ release:
5
+ types: [published]
6
+ workflow_dispatch:
7
8
jobs:
9
build:
0 commit comments