CI: limit "push" events to the master branch

This commit is contained in:
Ștefan Talpalaru 2021-05-26 21:55:32 +02:00
parent 91b50235b0
commit 2539bd9904
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 3 additions and 1 deletions

View File

@ -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/**']