mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-15 17:15:37 +00:00
Don't execute CI builds (Github actions) when no build inputs are changed
This commit is contained in:
parent
e60dd8e4f6
commit
faebe3470c
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: CI
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore: ['media/**', 'docs/**', '**/*.md']
|
||||
pull_request:
|
||||
paths-ignore: ['media/**', 'docs/**', '**/*.md']
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user