From 013845f6360cefd3d94dc984791c0ace4abe3ab7 Mon Sep 17 00:00:00 2001 From: Luke Nelson Date: Sat, 20 Jan 2024 22:07:07 +0000 Subject: [PATCH] ci: only release from main repo (#25354) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a459973b08..c6761c3794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -268,6 +268,7 @@ jobs: id-token: write if: | github.event_name == 'push' && + github.repository == 'nuxt/nuxt' && !contains(github.event.head_commit.message, '[skip-release]') && !startsWith(github.event.head_commit.message, 'chore') && !startsWith(github.event.head_commit.message, 'docs')