Skip to content

Commit

Permalink
tweak node action to run on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
mattquinlan440 committed Aug 9, 2023
1 parent 8654365 commit 0810c4d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Node.js CI test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
on: [push]

jobs:
build:
Expand Down

0 comments on commit 0810c4d

Please sign in to comment.