Skip to content

Commit

Permalink
Update to run tests on main
Browse files Browse the repository at this point in the history
  • Loading branch information
paul90 authored Nov 3, 2024
1 parent 7f162b7 commit bdbc479
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master, decaffeinate ]
branches: [ main ]
pull_request:
branches: [ master, decaffeinate ]
branches: [ main ]

jobs:
build:
Expand All @@ -14,9 +14,9 @@ jobs:
matrix:
# Releases https://github.com/nodejs/release#release-schedule
node-version:
- 18.x # Maintenance
- 18.x # LTS
- 20.x # LTS
- 22.x # Current
- 22.x # LTS

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bdbc479

Please sign in to comment.