Add paths-ignore for Kurtosis CI tests (#2412)

This commit is contained in:
Kim De Mey 2024-06-25 12:06:52 +02:00 committed by GitHub
parent be02242ccd
commit b5e059a234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

View File

@ -14,9 +14,27 @@ on:
push:
branches:
- master
paths-ignore:
- 'doc/**'
- 'docs/**'
- '**/*.md'
- 'hive_integration/**'
- 'fluffy/**'
- '.github/workflows/fluffy*.yml'
- 'nimbus_verified_proxy/**'
- '.github/workflows/nimbus_verified_proxy.yml'
pull_request:
branches:
- master
paths-ignore:
- 'doc/**'
- 'docs/**'
- '**/*.md'
- 'hive_integration/**'
- 'fluffy/**'
- '.github/workflows/fluffy*.yml'
- 'nimbus_verified_proxy/**'
- '.github/workflows/nimbus_verified_proxy.yml'
jobs:
build: