Skip to content

Commit 360cd07

Browse files
trigger builds on tags in future
1 parent 22d0dd9 commit 360cd07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: python tests+artifacts+release
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches:
7+
- master
8+
tags:
9+
- "v*"
710
release:
811

912
jobs:

0 commit comments

Comments
 (0)