Skip to content

Commit 12d173d

Browse files
committed
Add *port* to test pypi workflow
1 parent 0c1c604 commit 12d173d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
if: |
4040
contains(github.ref, 'dev') ||
4141
contains(github.ref, 'develop') ||
42+
contains(github.ref, 'port') ||
4243
contains(github.ref, 'feature') ||
4344
contains(github.ref, 'release') ||
4445
contains(github.ref, 'rc')

0 commit comments

Comments
 (0)