Skip to content

Commit e5817f1

Browse files
committed
ci: fix publish on pypi.org when only pushing a tag
Also trigger the CI on tag push. Fixes: 7f5c9a4 ("ci: update test dependencies") Signed-off-by: Robin Jarry <[email protected]>
1 parent 3426dfa commit e5817f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
push:
1111
branches:
1212
- master
13+
tags:
14+
- v*
1315

1416
jobs:
1517
lint:

0 commit comments

Comments
 (0)