We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ac88d commit 469acefCopy full SHA for 469acef
.github/workflows/publish-python.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branch:
6
- 'main'
7
+ tag:
8
+ - 'v*'
9
10
jobs:
11
publish-image:
0 commit comments