From 10a0f5e548c11215a048bbe3c98c5b2f4a14acc4 Mon Sep 17 00:00:00 2001 From: keating Date: Wed, 24 Jan 2024 10:02:09 -0500 Subject: [PATCH] Only run on master --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c78375b..c3e2d4c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -156,6 +156,7 @@ jobs: deploy-to-fleek: needs: [build] runs-on: ubuntu-latest + if: github.ref == 'refs/heads/master' env: FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }} FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}