We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b808b1a commit cb1bf76Copy full SHA for cb1bf76
.github/workflows/python_docs.yml
@@ -9,6 +9,8 @@ on:
9
- master
10
# Disabled until docs support versioning per branch/release
11
# - develop
12
+ release:
13
+ types: [published] # update Docs upon new release
14
15
jobs:
16
docs:
0 commit comments