mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
mdbx-ci: ignore extra files changes for main CI action(s).
Change-Id: If4fd9f5e3bb6393a7fbab12b80adac16c3d6291b
This commit is contained in:
parent
91194de7e7
commit
d69deec136
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user