Skip to content

Commit

Permalink
chore: don't run tests in a PR twice
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Apr 5, 2024
1 parent b5cce79 commit d2fe25f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Node.js CI
on: [push, pull_request]
on:
push:
branches:
- master
- develop
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d2fe25f

Please sign in to comment.