Update CI scripts to ignore .md changes (#100)

This reduces the load on GHA infra
This commit is contained in:
Arseny Kapoulkine 2021-11-03 12:30:30 -07:00 committed by GitHub
parent e34586b847
commit 2f7e1a2395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- 'docs/**'
- 'papers/**'
- 'rfcs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'

View File

@ -8,6 +8,7 @@ on:
- 'docs/**'
- 'papers/**'
- 'rfcs/**'
- '*.md'
jobs:
build: