Merge branch 'main' into prisma

This commit is contained in:
2021-09-13 17:24:57 -04:00

View File

@@ -3,8 +3,15 @@
name: Node.js CI
# Triggers the workflow on push or pull request events
on: [push, pull_request]
on:
# Trigger the workflow on push or pull request,
push:
branches:
# Only on the main branch
- main
pull_request:
# These types of PRs
types: [assigned, opened, synchronize, reopened]
jobs:
build: