From 0f1acb06fee4eb66a7a1187baa2f52ec662001cf Mon Sep 17 00:00:00 2001 From: Alex Zaslavsky Date: Thu, 16 May 2024 10:13:12 -0700 Subject: [PATCH] ci(ci): Disable skipping publish for release, again (#3605) #skip-changelog --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2177fe4bbe..16130c3b6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,6 +184,7 @@ jobs: env: FULL_CI: "${{ github.ref == 'refs/heads/master' + || startsWith(github.ref, 'refs/heads/release/') || contains(github.event.pull_request.labels.*.name, 'Trigger: Full-CI') }}"