From 769ab83e7d4e1be742eeeca0ef18c8ebeebcf8dc Mon Sep 17 00:00:00 2001 From: Jikoo Date: Mon, 23 Dec 2024 12:24:58 -0500 Subject: [PATCH] Build on tags Thought this was implied, but hey --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5f113f..fdc8ee0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches-ignore: - dependabot/** + tags: + - '**' jobs: run-ci: