Skip to content

Commit 6ddc8a0

Browse files
committed
ci: separate branch and tag triggers for better control
1 parent b82acfa commit 6ddc8a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
tags:
8-
- 'v*'
97
paths:
108
- 'python/**'
9+
push:
10+
tags:
11+
- 'v*'
1112
pull_request:
1213
branches:
1314
- main

0 commit comments

Comments
 (0)