From 35aab24f871dc25611bc0b280d48fd4041a71ff3 Mon Sep 17 00:00:00 2001 From: Michelle Date: Mon, 11 May 2026 16:04:43 +0200 Subject: [PATCH] fix copy-paste mistake (wrong branch) --- .github/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 213645c..0bf8ce1 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -4,7 +4,7 @@ name: Build and publish bnuy api on: push: branches: - - master + - main release: types: [published]