From 8e1d68fdb67053fb940d64b609df24b0f0e27d30 Mon Sep 17 00:00:00 2001 From: Jakob Edding <15202881+JakobEdding@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:14:12 +0200 Subject: [PATCH] Enable CI --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6c6017..74af77c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,6 @@ name: CI on: push: - branches: [main] - tags: ["v[0-9]+.[0-9]+.[0-9]+"] pull_request: branches: [main]