Skip to content

Commit

Permalink
ci: avoid multiple CI runs when pushed to next (#4300)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored and alexander-akait committed Dec 18, 2024
1 parent 02df2f1 commit 2e4c381
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ on:
push:
branches:
- master
- next
pull_request:
branches:
- master
- next
workflow_dispatch:
inputs:
tags:
description: "Test description"

permissions:
contents: read
Expand Down

0 comments on commit 2e4c381

Please sign in to comment.