Skip to content

Commit addbd4e

Browse files
Merge pull request #325 from dvonthenen/pydocs-for-ga-release-only
Generate PyDocs for GA Release Only
2 parents 669abf8 + 9f80f5d commit addbd4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/GenDocs.yml renamed to .github/workflows/PyDocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Generate PyDocs
1+
name: Generate PyDocs on Release
22

33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v[0-9]+.[0-9]+.[0-9]+"
7+
- "v[0-9]+.[0-9]+.[0-9]+-doc.[0-9]+"
78

89

910
jobs:

0 commit comments

Comments
 (0)