Skip to content

Commit 566d800

Browse files
committed
Enable PyPI publishing trigger on version tags
1 parent 37bbe46 commit 566d800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name: CI for TaskNow CLI
77
on:
88
push:
99
branches: ["**"] # Run on all branches
10+
tags:
11+
- "v*" # Also run on version tags
1012
pull_request:
1113
branches: ["**"] # Run on all PRs
1214

0 commit comments

Comments
 (0)