Skip to content

Commit

Permalink
ci: run on pr opened or synchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Jun 23, 2020
1 parent 6f78c0d commit a9653ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Node CI

on: [push]
on:
pull_request:
types: [opened, synchronize]

jobs:
build:
Expand Down

0 comments on commit a9653ea

Please sign in to comment.