Run tests on main branch

Update run-tests to work with the newly re-named main branch,
This commit is contained in:
Jackson Harper
2022-02-11 12:30:22 -08:00
committed by GitHub
parent 186f933130
commit 6045f98e55

View File

@ -2,12 +2,12 @@ name: Run tests
on:
push:
branches:
- master
- main
paths-ignore:
- 'apple/**'
pull_request:
branches:
- master
- main
paths-ignore:
- 'apple/**'