mdbx-ci: ignore extra files changes for main CI action(s).

Change-Id: If4fd9f5e3bb6393a7fbab12b80adac16c3d6291b
This commit is contained in:
Leonid Yuriev 2021-04-18 11:31:47 +03:00
parent 91194de7e7
commit d69deec136

View File

@ -1,6 +1,23 @@
name: CI
on: [push, pull_request]
on:
pull_request:
push:
paths-ignore:
- '.circleci/**'
- '.github/actions/spelling/**'
- 'docs/**'
- 'packages**'
- .cirrus.yml
- .clang-format
- .gitignore
- .travis.yml
- AUTHORS
- COPYRIGHT
- ChangeLog.md
- LICENSE
- README.md
- appveyor.yml
jobs:
build: