From dc493a6aea85713ecbd516374dfa8272d53f6836 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 5 Feb 2024 14:26:19 +0100 Subject: [PATCH] deploy only on master --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98b9361..20fb6c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,7 @@ jobs: deploy: needs: build runs-on: ubuntu-latest + if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4