From ff8e657f455300ac485a154af5c08cc7f0a53be5 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 17 Jul 2023 17:12:41 +0100 Subject: [PATCH] Run CI on tag push --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93c1a67..d60a913 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: CI on: push: + tags: ["*"] branches: ["main"] pull_request: branches: ["main"]