Skip to content

Commit c26b399

Browse files
committed
Tag must be reachable from main branch
Developer should first merge the PR followed by tagging the commit based on the main branch
1 parent 9406c47 commit c26b399

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Upload Python Packages
33
on:
44
push:
55
tags: ['v*']
6+
branches: ['main'] # tag must be reachable from main branch
67

78
jobs:
89
deploy:

0 commit comments

Comments
 (0)