master to main rename (#61)

This commit is contained in:
David Gamero
2022-02-03 11:29:11 -05:00
committed by GitHub
parent da63a48ad7
commit 7e6f48e5b4
5 changed files with 83 additions and 84 deletions

View File

@ -2,20 +2,20 @@ name: "Run unit tests."
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- master
- 'releases/*'
- main
- "releases/*"
push:
branches:
- master
- 'releases/*'
- main
- "releases/*"
jobs:
build: # make sure build/ci works properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run L0 tests.
run: |
npm install
npm test
- uses: actions/checkout@v1
- name: Run L0 tests.
run: |
npm install
npm test