summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-05-24 12:54:00 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-05-24 12:54:00 +0200
commit360cd07f2b84618db13da5a0c305624ad559b32f (patch)
tree79d7ad76370e0bfcd053be9ba607a984a5ca488e
parent22d0dd9348992ddb6c0b8f3aec974447dc8c438a (diff)
downloadsetuptools-scm-360cd07f2b84618db13da5a0c305624ad559b32f.tar.gz
trigger builds on tags in future
-rw-r--r--.github/workflows/python-tests.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index 13b7287..712648f 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -3,7 +3,10 @@ name: python tests+artifacts+release
on:
pull_request:
push:
- branches: [master]
+ branches:
+ - master
+ tags:
+ - "v*"
release:
jobs: