Browse Source

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.
master
Maximilian Hils 4 years ago
parent
commit
642de3925d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml 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,


Loading…
Cancel
Save