do not trigger unittest when the docs is changed

This commit is contained in:
Benjamin Sergeant 2020-03-17 08:54:31 -07:00
parent 385d6f5f4a
commit 6198657dd6

View File

@ -1,5 +1,8 @@
name: unittest
on: [push]
on:
push:
paths-ignore:
- 'docs/**'
jobs:
linux: