Skip to content

Commit

Permalink
enable build only for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 16, 2021
1 parent 16caf7e commit f0c6624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
coverage report -m
coveralls
- name: Prepare Deployment
if: matrix.python == '3.9'
if: startsWith(github.ref, 'refs/tags/') && matrix.python == '3.9'
run: |
mkdir dist
# Linux 64bit
Expand Down

0 comments on commit f0c6624

Please sign in to comment.