File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ name: Publish Trackers Pre-Releases to PyPI
33on :
44 push :
55 tags :
6- - " [0-9]+.[0-9]+[0-9]+.[0-9]+a[0-9]"
7- - " [0-9]+.[0-9]+[0-9]+.[0-9]+b[0-9]"
8- - " [0-9]+.[0-9]+[0-9]+.[0-9]+rc[0-9]"
6+ - " [0-9]+.[0-9]+.[0-9]+a[0-9]"
7+ - " [0-9]+.[0-9]+.[0-9]+b[0-9]"
8+ - " [0-9]+.[0-9]+.[0-9]+rc[0-9]"
9+ - " [0-9]+.[0-9]+.[0-9]+.a[0-9]"
10+ - " [0-9]+.[0-9]+.[0-9]+.b[0-9]"
11+ - " [0-9]+.[0-9]+.[0-9]+.rc[0-9]"
912 workflow_dispatch :
1013 pull_request :
1114 branches : [main, develop]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Publish Trackers Releases to PyPI
33on :
44 push :
55 tags :
6- - " [0-9]+.[0-9]+[0-9]+ .[0-9]"
6+ - " [0-9]+.[0-9]+.[0-9]"
77 workflow_dispatch :
88 pull_request :
99 branches : [main, develop]
You can’t perform that action at this time.
0 commit comments