From 88c32bf9a5f3b712997a631374d8a3f5d352145a Mon Sep 17 00:00:00 2001 From: Stojan Dimitrovski Date: Mon, 19 Aug 2024 12:46:41 +0200 Subject: [PATCH] Revert "fix: revert "update CI so it runs on release as well" (#44)" This reverts commit 9d0e859cb18b7669f452bc955c6d1c4897873f93. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6cab9f..ab33cbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,10 @@ name: CI on: pull_request: + push: + branches: + - main + tags: ["*"] jobs: lint: