From b3344cd71d79bdbd8eca851201f31b1c83a96c02 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 7 Oct 2024 06:22:07 +0200 Subject: [PATCH] ci: release dependency updates on nightly channel --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4312ab1f3e..59c8abc2f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -256,7 +256,6 @@ jobs: 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') needs: - lint