We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b4ae2 commit 67e9fb9Copy full SHA for 67e9fb9
1 file changed
.github/workflows/publish.yaml
@@ -10,6 +10,7 @@ name: Upload Python Package
10
11
on:
12
push:
13
+ branches: ["master"]
14
# Sequence of patterns matched against refs/tags
15
tags:
16
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
0 commit comments