more workflow twiddling

This commit is contained in:
Neale Pickett 2021-02-02 20:24:24 -07:00
parent 3ea0d55bd9
commit 44290cf2c1
1 changed files with 3 additions and 3 deletions

View File

@ -3,16 +3,16 @@ name: Build/Test
on:
push:
branches:
- master:
- master
- main
pull_request:
branches:
branches:
- master
- main
jobs:
test:
name: Test mothd
name: Build+test mothd
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2