From d377468006da18d85df08ac981381a42632637c6 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Mon, 15 Feb 2021 10:35:05 +0100 Subject: [PATCH] only do the sha generation on master --- .github/workflows/sha.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sha.yml b/.github/workflows/sha.yml index a01e236..38210aa 100644 --- a/.github/workflows/sha.yml +++ b/.github/workflows/sha.yml @@ -13,6 +13,7 @@ jobs: # Set the type of machine to run on runs-on: ubuntu-latest + if: contains(github.ref, "master") steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code