From c934fef6376849fa8a07a8a0df667041b5afea4c Mon Sep 17 00:00:00 2001 From: John Maguire Date: Sat, 23 May 2020 23:06:50 +0100 Subject: [PATCH] Only create release on master branch --- .github/workflows/all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 8cfa05f97..c08a60a0a 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -11,6 +11,7 @@ jobs: create_release: name: Create GitHub Release runs-on: ubuntu-18.04 + if: github.ref == 'refs/heads/master' needs: - build_bionic_64 - build_buster_64