Skip to content

Commit

Permalink
ci: remove duplicated runs (#2265)
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Sep 15, 2023
1 parent e39a632 commit 1e2e752
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 1e2e752

Please sign in to comment.