Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward authored Oct 26, 2020
1 parent d72b411 commit 3bef4e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ name: Build

on:
push:
branches: [ $default-branch ]
branches:
- main
pull_request:
branches: [ $default-branch ]
branches:
- **

jobs:
build:
Expand All @@ -27,4 +29,4 @@ jobs:
- run: npm ci
- run: npm lint
- run: npm run build
- run: npm test
- run: npm test

0 comments on commit 3bef4e5

Please sign in to comment.