Better GH workflow

This commit is contained in:
Vincent Prouillet 2019-11-28 19:28:59 +01:00
parent bfcfc1d341
commit 771f955690
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
name: ci
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
tests: