From e08e08af7fa7f2238cf1a8c76c417f1cffae8640 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Wed, 22 May 2024 15:23:27 +0100 Subject: [PATCH] remove v* prefix GitHub Actions builds --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c6014b3d..70956ef63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,6 @@ on: push: branches: - stable - - 'v[0-9]+*' # prior release branches (e.g. `v0.30.x` branch) - tags: - - 'v*' pull_request: branches: [stable]