do not trigger unittest when the docs is changed
This commit is contained in:
parent
385d6f5f4a
commit
6198657dd6
5
.github/workflows/ccpp.yml
vendored
5
.github/workflows/ccpp.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: unittest
|
name: unittest
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user