From 5d48fa449a6855708315c36a79777c935d3293c7 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 9 Sep 2024 11:12:34 +0200 Subject: [PATCH] Do not deploy API reference on 1.23.x anymore --- .github/workflows/apiref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apiref.yml b/.github/workflows/apiref.yml index 24e6cd9..f9384b3 100644 --- a/.github/workflows/apiref.yml +++ b/.github/workflows/apiref.yml @@ -5,7 +5,7 @@ name: "Deploy API Reference" on: push: branches: - - "1.23.x" + - "2.0.x" concurrency: group: "pages"