Fix automated tests master->main
Signed-off-by: Jim Crossley <jim@crossleys.org>
This commit is contained in:
parent
87c98aa26e
commit
6653e46059
|
@ -3,7 +3,7 @@ name: Lints
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
@ -3,10 +3,10 @@ name: Rust Tests
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue