Skip to content

Commit b83166b

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Test PyPI Publishing
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- release-actions
6+
tags:
7+
- 'v*'
88

99
permissions: {}
1010

0 commit comments

Comments
 (0)