From f3b52403d698618110e3f5e679e0df2655906267 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Tue, 30 Jul 2024 11:57:26 +0200 Subject: [PATCH] fix: revert "update CI so it runs on release as well (#33)" This reverts commit 4517996a4eea6d41b8ad07c769c78a10b9ee63aa. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab33cbc..d6cab9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,6 @@ name: CI on: pull_request: - push: - branches: - - main - tags: ["*"] jobs: lint: