ci: run on tags

This commit is contained in:
Maximilian Hils 2019-12-16 02:24:46 +01:00
parent 7810b68c82
commit 924f677fb6

View File

@ -1,6 +1,6 @@
name: CI name: CI
on: [push, pull_request] on: [push, pull_request, create]
# We currently use Python 3.7 for most things: # We currently use Python 3.7 for most things:
# - zstandard currently doesn't have 3.8 wheels, # - zstandard currently doesn't have 3.8 wheels,