Skip to content

Commit 872f978

Browse files
author
Harvish N S
committed
2-Change test workflow to trigger on tags instead of branch push
1 parent b83166b commit 872f978

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Test PyPI Publishing
22

33
on:
44
workflow_dispatch:
5-
push:
6-
tags:
7-
- 'v*'
5+
release:
6+
types:
7+
- published
8+
- prereleased
89

910
permissions: {}
1011

0 commit comments

Comments
 (0)