Fix branch names.

This commit is contained in:
Lucid Kobold
2022-08-12 18:24:40 -04:00
parent bbfeb69c4b
commit 0112a45476
3 changed files with 44 additions and 45 deletions

View File

@@ -6,14 +6,13 @@ name: Node.js CI
on:
# Trigger the workflow on push or pull request,
push:
branches: [ master, stable ]
branches: [main, stable]
pull_request:
# These types of PRs
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
strategy: