aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 22:48:15 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 22:48:15 +0000
commitf1ed8a3e893596c7f4185e8b8407963168b510b5 (patch)
tree4cd69854995291c234770a5342e485a165b06be0
parentadd separate build target for release candidates (diff)
downloadSyncRNG-f1ed8a3e893596c7f4185e8b8407963168b510b5.tar.gz
SyncRNG-f1ed8a3e893596c7f4185e8b8407963168b510b5.zip
Restrict the deploy build to tagged commits
-rw-r--r--.github/workflows/python-deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml
index 1ca066d..5d5dbc7 100644
--- a/.github/workflows/python-deploy.yml
+++ b/.github/workflows/python-deploy.yml
@@ -4,8 +4,8 @@ on:
push:
branches:
- master
- #tags:
- #- v*
+ tags:
+ - v*
jobs:
build_wheels: