ent/ci: avoid ci trigger on doc changes

This commit is contained in:
Alex Snast
2020-06-18 09:36:10 +03:00
parent 55c48a7ef8
commit 93c78aeda6
2 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
name: Continuous Integration
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'
jobs:
lint: