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

* [CI] Don't trigger builds on doc changes

* English is hard
This commit is contained in:
Sascha Mann
2020-12-15 19:44:39 +01:00
committed by GitHub
parent 82358847b3
commit 6fedc3006b

View File

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