From c5fde6aaf31ed6a837e9a0be0cbe032b0c9ac3e2 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Tue, 22 Oct 2024 10:13:28 +0530 Subject: [PATCH] ci: avoid multiple CI runs when pushed to next --- .github/workflows/nodejs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 38ccabffb1a..64333053e7e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -4,15 +4,10 @@ on: push: branches: - master - - next pull_request: branches: - master - next - workflow_dispatch: - inputs: - tags: - description: "Test description" permissions: contents: read