From 6d7d46ffac82607ac77df7ddabe78a21322db29f Mon Sep 17 00:00:00 2001 From: keating Date: Tue, 30 Jan 2024 19:01:36 -0500 Subject: [PATCH] Trigger a new deploy --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c3e2d4c1..8c78375b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -156,7 +156,6 @@ 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 }}