Skip to content

Commit

Permalink
Triggering builds on push as well
Browse files Browse the repository at this point in the history
  • Loading branch information
chipbell4 committed Dec 20, 2019
1 parent 30343e3 commit 0dd623a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Node CI

on: [pull_request]
on: [push, pull_request]

jobs:
build:
Expand All @@ -22,4 +22,4 @@ jobs:
npm ci
npm run github-test
env:
CI: true
CI: true

0 comments on commit 0dd623a

Please sign in to comment.