mirror of https://github.com/dirtbags/fluffy.git
more workflow twiddling
This commit is contained in:
parent
3ea0d55bd9
commit
44290cf2c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue