From 642de3925da583f0669eaf2c901498aec6a97e99 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 16 Dec 2019 03:00:26 +0100 Subject: [PATCH] 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. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9712832e..c9f83e4e3 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,