From 6ae23d888365d0d77323a74b84c346687487e204 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Thu, 14 Aug 2025 17:09:55 +0200 Subject: [PATCH 1/2] CHANGELOG --- changelog/4.trivial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/4.trivial.md b/changelog/4.trivial.md index a55a051..a7b8ca3 100644 --- a/changelog/4.trivial.md +++ b/changelog/4.trivial.md @@ -1 +1 @@ -Try to fix release pipeline again +Fixed release pipeline From c39269ac08790d857d2e30236e0fd99720999e94 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Thu, 14 Aug 2025 17:11:49 +0200 Subject: [PATCH 2/2] Remove release trigger on PR --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0aff716..8d57a68 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,6 @@ name: Release on: - pull_request: push: tags: ['v*']