Troubleshooting CI PR runs.
This commit is contained in:
11
.github/workflows/node.js.yml
vendored
11
.github/workflows/node.js.yml
vendored
@@ -3,15 +3,8 @@
|
|||||||
|
|
||||||
name: Node.js CI
|
name: Node.js CI
|
||||||
|
|
||||||
on:
|
# Triggers the workflow on push or pull request events
|
||||||
# Trigger the workflow on push or pull request,
|
on: [push, pull_request]
|
||||||
# but only for the main branch
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user