Revert "ci: run on tags"

This reverts commit 924f677fb6.
We suddenly get "push" builds for tags as well, so it's not really clear
what's happening. Removing for now.
This commit is contained in:
Maximilian Hils 2019-12-16 03:00:26 +01:00
parent 68e11a2611
commit 642de3925d

View File

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