From 9d32e7d0e7e7f11058ad225417a8bbe646b7b90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Ch=C3=A1vez?= Date: Fri, 23 Feb 2024 22:12:45 +0100 Subject: [PATCH] chore: include tags in the CI to cover the release. --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8fc3bc..54abb68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - "*" paths-ignore: - "**/*.md" - "LICENSE"