Don't check formatting when documentation has been updated

This commit is contained in:
Rasmus Karlsson 2020-07-18 14:27:06 +02:00
parent ffdf5a144c
commit 3942749226

View file

@ -1,6 +1,14 @@
name: Check formatting
on: [push, pull_request]
on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
build: