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
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user