Skip to content

Commit

Permalink
ci: avoid multiple CI runs when pushed to next
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 22, 2024
1 parent da900b5 commit c5fde6a
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 c5fde6a

Please sign in to comment.