Skip to content

Commit f0c6624

Browse files
committed
enable build only for tags
1 parent 16caf7e commit f0c6624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
coverage report -m
5959
coveralls
6060
- name: Prepare Deployment
61-
if: matrix.python == '3.9'
61+
if: startsWith(github.ref, 'refs/tags/') && matrix.python == '3.9'
6262
run: |
6363
mkdir dist
6464
# Linux 64bit

0 commit comments

Comments
 (0)