Use YML array for ci.yml

This commit is contained in:
Sebastian Serth
2020-12-07 18:26:28 +01:00
parent fa2748aec4
commit 76eb4160d8

View File

@ -1,5 +1,7 @@
name: CI name: CI
on: [push, pull_request] on:
- push
- pull_request
jobs: jobs:
test: test:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04