Only run CI once for black and elm

This commit is contained in:
Morten Enemark Lund 2020-08-12 15:47:27 +02:00
parent 23a1f0a88a
commit 57eb347111
2 changed files with 14 additions and 2 deletions

View file

@ -1,6 +1,12 @@
name: Black
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:

View file

@ -1,6 +1,12 @@
name: Check Elm
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build: