mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
CI: limit "push" events to the master branch
This commit is contained in:
parent
91b50235b0
commit
2539bd9904
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user