Troubleshooting CI PR runs.

This commit is contained in:
Lucid Kobold
2021-08-16 08:11:35 -05:00
committed by GitHub
parent c50711b293
commit 6889ff75bd

View File

@@ -3,15 +3,8 @@
name: Node.js CI
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main
# Triggers the workflow on push or pull request events
on: [push, pull_request]
jobs:
build: