CI: Skip GitHub actions for `hive_integration` files

Files underneath `hive_integration` are not used to build anything,
so don't trigger CI when these files change.

Most of them are manually copied into Hive `hive/clients/nimbus`.
The rest are instructions and a standalone helper program not used by CI.

Signed-off-by: Jamie Lokier <jamie@shareable.org>
This commit is contained in:
Jamie Lokier 2021-04-27 13:59:54 +01:00 committed by zah
parent 2416d23507
commit e03c483afa
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
name: nimbus-eth1 CI
on:
push:
paths-ignore: ['doc/**', 'docs/**', '**/*.md']
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']
pull_request:
paths-ignore: ['doc/**', 'docs/**', '**/*.md']
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']
jobs:
build: