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:
|
||||
push:
|
||||
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']
|
||||
|
||||
|
|
Loading…
Reference in New Issue