Skip to content

Commit

Permalink
ensure ci runs for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Apr 6, 2023
1 parent 48d7a13 commit bbdb02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
@@ -1,6 +1,6 @@
name: Node CI

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

jobs:
test:
Expand Down

0 comments on commit bbdb02e

Please sign in to comment.