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