From 57fe708cf4745ef68080fe612bb713bfe7f95cd9 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:18:55 -0500 Subject: [PATCH] Do not run CI on tag pushes (#21) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2442375..c4279b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: CI on: push: + branches: + - '**' paths-ignore: - 'README.md' - 'LICENSE'