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
on: [push, pull_request]
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-20.04