Skip to content

Commit

Permalink
chore: run github actions on PR opened or reopened
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuggins committed Oct 18, 2023
1 parent f051227 commit 0509e0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Node.js CI
name: Build

on:
push:
branches: [$default-branch]
pull_request:
branches: [$default-branch]

jobs:
build:
Expand Down

0 comments on commit 0509e0a

Please sign in to comment.