From 2d3595708ce36cf978ef4836501b0421b334ae37 Mon Sep 17 00:00:00 2001 From: Giovanni Petrantoni <7008900+sinkingsugar@users.noreply.github.com> Date: Tue, 16 Mar 2021 08:45:37 +0900 Subject: [PATCH] fix auto-bump CI --- .github/workflows/nbc.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/nbc.yml b/.github/workflows/nbc.yml index 6165d95..269d822 100644 --- a/.github/workflows/nbc.yml +++ b/.github/workflows/nbc.yml @@ -1,9 +1,5 @@ name: NBC Bump PR - -on: - push: - branches: - - master +on: [push] # maybe refactor using matrix but requires changes NBC side @@ -22,7 +18,6 @@ jobs: uses: actions/checkout@v2 with: repository: status-im/nimbus-eth2 - ref: master path: nbc submodules: true fetch-depth: 0