Add paths-ignore for Kurtosis CI tests (#2412)
This commit is contained in:
parent
be02242ccd
commit
b5e059a234
|
@ -14,9 +14,27 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- 'doc/**'
|
||||||
|
- 'docs/**'
|
||||||
|
- '**/*.md'
|
||||||
|
- 'hive_integration/**'
|
||||||
|
- 'fluffy/**'
|
||||||
|
- '.github/workflows/fluffy*.yml'
|
||||||
|
- 'nimbus_verified_proxy/**'
|
||||||
|
- '.github/workflows/nimbus_verified_proxy.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- 'doc/**'
|
||||||
|
- 'docs/**'
|
||||||
|
- '**/*.md'
|
||||||
|
- 'hive_integration/**'
|
||||||
|
- 'fluffy/**'
|
||||||
|
- '.github/workflows/fluffy*.yml'
|
||||||
|
- 'nimbus_verified_proxy/**'
|
||||||
|
- '.github/workflows/nimbus_verified_proxy.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue