Skip to content

Commit

Permalink
ci: remove duplicated runs (nodejs#2265)
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 authored and crysmags committed Feb 27, 2024
1 parent e6b8934 commit c8802b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

name: Node CI

on: [push, pull_request]
on:
push:
branches:
- current
- next
- 'v*'
pull_request:

jobs:
build:
Expand Down

0 comments on commit c8802b3

Please sign in to comment.