From 3b9cff78dff4819009215ffe907d6968787ff107 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 24 Apr 2024 13:36:23 +1200 Subject: [PATCH] =?UTF-8?q?chore:=20Don't=20re-run=20on=20tag=20push=20(re?= =?UTF-8?q?lease)=20=F0=9F=91=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30a798f..cd8402b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI -on: push +on: + push: + tags-ignore: + - '**' jobs: # lint: