From 105d1f1036009436e79392ca2ff3ca51c890ef75 Mon Sep 17 00:00:00 2001 From: Ted Senft Date: Wed, 29 Jan 2025 22:48:17 +0000 Subject: [PATCH] Ignore version tags for CI --- .github/workflows/ci-builds.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index bbf90431..2ec44012 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -12,6 +12,8 @@ on: default: false required: true push: + tags-ignore: + - v* paths-ignore: - "README.md" - "LICENSE" @@ -73,4 +75,4 @@ jobs: name: Release Alpha on CurseForge needs: [ publish ] uses: ./.github/workflows/_release-cf-alpha.yml - secrets: inherit \ No newline at end of file + secrets: inherit