[CI] Don't trigger builds on doc changes (#9)

This commit is contained in:
Sascha Mann
2020-12-15 19:55:59 +01:00
committed by GitHub
parent 1b7e283276
commit 3240c50307

View File

@@ -5,7 +5,13 @@ on:
branches:
- "main"
- "master"
paths-ignore:
- "README.md"
- "LICENSE"
pull_request:
paths-ignore:
- "README.md"
- "LICENSE"
jobs:
test: