From 271149bd2fac0b706d14e8701519f8ec10a0cb97 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 84e4731ea5..291eae1088 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,7 +258,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