Updated to run on pull requests.

CI should now run on all future pull requests and direct pushes to the main branch
This commit is contained in:
Lucid Kobold
2021-08-16 08:06:18 -05:00
committed by GitHub
parent 82c1862ce3
commit c50711b293

View File

@@ -4,10 +4,14 @@
name: Node.js CI
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches: [ main ]
branches:
- main
pull_request:
branches: [ main ]
branches:
- main
jobs:
build: