mirror of https://github.com/waku-org/nwaku.git
chore(ci): skip test workflow execution for docs changes
This commit is contained in:
parent
aebda46a53
commit
d6de748395
|
@ -2,9 +2,15 @@ name: Test
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue