From 62d1f46a03e85c4c6d4bac04ccaac71da69824e1 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Mon, 15 Feb 2021 10:52:19 +0100 Subject: [PATCH] yaml syntax --- .github/workflows/sha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sha.yml b/.github/workflows/sha.yml index 38210aa..8aca1a5 100644 --- a/.github/workflows/sha.yml +++ b/.github/workflows/sha.yml @@ -13,7 +13,7 @@ jobs: # Set the type of machine to run on runs-on: ubuntu-latest - if: contains(github.ref, "master") + if: github.ref == 'refs/heads/master' steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code