aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2019-12-16 03:00:26 +0100
committerMaximilian Hils <git@maximilianhils.com>2019-12-16 03:00:26 +0100
commit642de3925da583f0669eaf2c901498aec6a97e99 (patch)
tree53169d13fa90ac51d7e296a4f7ccf16013b4521f /.github
parent68e11a2611144b6b6d57033181d782dc2906d7a7 (diff)
downloadmitmproxy-642de3925da583f0669eaf2c901498aec6a97e99.tar.gz
mitmproxy-642de3925da583f0669eaf2c901498aec6a97e99.tar.bz2
mitmproxy-642de3925da583f0669eaf2c901498aec6a97e99.zip
Revert "ci: run on tags"
This reverts commit 924f677fb6d3dd5500c6e72be4936015d1ac7daa. We suddenly get "push" builds for tags as well, so it's not really clear what's happening. Removing for now.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b9712832..c9f83e4e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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,