From a440e1274ab5bd038ec97d6f1d012e0a2d65787a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dragutin=20Marjanovi=C4=87?= Date: Fri, 21 Apr 2023 17:21:36 +0200 Subject: [PATCH] Support release when tag is pushed --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d522e9224..7fe8b2174 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: pull_request: push: branches: ["main"] + tags: ["*"] jobs: lint: