From 35336baf3c9d4278d5d9568ac98d8442630995b1 Mon Sep 17 00:00:00 2001 From: lukasIO Date: Mon, 16 Feb 2026 16:54:53 +0100 Subject: [PATCH 1/2] fix changeset config --- .changeset/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 05677ffb..a80f9a1f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,6 @@ } ], "commit": false, - "fixed": [["@livekit/rtc-node", "@livekit/rtc-node-*"]], "ignore": [], "linked": [], "access": "public", From 879291bb8e3eb8272bcd3ae57631d87106d4e103 Mon Sep 17 00:00:00 2001 From: lukasIO Date: Mon, 16 Feb 2026 17:00:31 +0100 Subject: [PATCH 2/2] run ci on all kinds of changes --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a628e13..a6fb7376 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,13 +15,6 @@ on: branches: - main pull_request: - paths: - - 'packages/**' - - 'examples/**' - - 'package.json' - - 'pnpm-lock.yaml' - - 'REUSE.toml' - - '.github/workflows' branches: - main