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 a30e8e9 + 8fd8063 commit 08c7d77Copy full SHA for 08c7d77
.github/workflows/main.yml
@@ -5,6 +5,7 @@ on:
5
# Triggers the workflow on pull request and release events
6
pull_request:
7
release:
8
+ types: [published]
9
10
11
# Allows you to run this workflow manually from the Actions tab
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ name: "publish"
3
# Controls when the workflow will run
4
on:
workflow_dispatch:
.github/workflows/sphinx.yml
@@ -1,6 +1,7 @@
1
name: "doc"
2
-- release
+ release:
jobs:
docs:
0 commit comments