From 38333e45ae1a381de6d372d46503ebfae25cdccd Mon Sep 17 00:00:00 2001 From: Giovanni Petrantoni <7008900+sinkingsugar@users.noreply.github.com> Date: Mon, 22 Mar 2021 22:13:00 +0900 Subject: [PATCH] put conditional locks on nbc bump (#549) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10a4423..e815870 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,6 +207,7 @@ jobs: nimble test bumpNBC-stable: + if: github.ref == 'refs/heads/master' needs: build runs-on: ubuntu-latest steps: @@ -246,6 +247,7 @@ jobs: title: nim-libp2p auto bump bumpNBC-unstable: + if: github.ref == 'refs/heads/unstable' needs: build runs-on: ubuntu-latest steps: