Fix automated tests master->main

Signed-off-by: Jim Crossley <jim@crossleys.org>
This commit is contained in:
Jim Crossley 2022-06-13 15:53:44 -04:00
parent 87c98aa26e
commit 6653e46059
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: Lints
on: on:
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
lint: lint:

View File

@ -3,10 +3,10 @@ name: Rust Tests
on: on:
pull_request: pull_request:
branches: branches:
- master - main
push: push:
branches: branches:
- master - main
jobs: jobs:
build: build: