From 0bf187611af961de12e01889b69f72e52c2842ec Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 24 Apr 2024 13:38:54 +1200 Subject: [PATCH] =?UTF-8?q?chore:=20Don't=20run=20on=20tags=20=20?= =?UTF-8?q?=F0=9F=91=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4e723d..0bf22f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,10 @@ name: CI on: push: - tags-ignore: - - '**' + branches: + - "**" + tags: + - "!**" jobs: lint: