CI: limit "push" events to the master branch
This commit is contained in:
parent
91b50235b0
commit
2539bd9904
|
@ -1,7 +1,9 @@
|
||||||
name: nimbus-eth1 CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']
|
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']
|
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue