Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uve authored Aug 2, 2023
1 parent f1696fa commit f174bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ name: build

on:
push:
branches: [ main ]
branches: [ main, dev]
pull_request:
branches: [ main ]
branches: [ main, dev ]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]

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

0 comments on commit f174bf9

Please sign in to comment.