mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Run tests on main branch
Update run-tests to work with the newly re-named main branch,
This commit is contained in:
parent
186f933130
commit
6045f98e55
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-tests.yaml
vendored
4
.github/workflows/run-tests.yaml
vendored
|
|
@ -2,12 +2,12 @@ name: Run tests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'apple/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'apple/**'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue