Skip to content

Commit

Permalink
chore: trigger check in next branch (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc authored Oct 18, 2023
1 parent 9c3fa34 commit 92dce00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [master]
branches: [master, next]
pull_request:
branches: [master]
branches: [master, next]

jobs:
setup:
Expand All @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '16'

- name: cache package-lock.json
uses: actions/cache@v2
Expand Down

0 comments on commit 92dce00

Please sign in to comment.