Skip to content

Commit

Permalink
Adjust trigger for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Oct 22, 2023
1 parent 4e8de63 commit 399ac81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Node CI

on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down Expand Up @@ -32,4 +34,3 @@ jobs:
npm test
env:
CI: true

0 comments on commit 399ac81

Please sign in to comment.