Merge branch 'main' into prisma
This commit is contained in:
11
.github/workflows/node.js.yml
vendored
11
.github/workflows/node.js.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user