From e4ef10b64f0bbd27cb9c824b35509d1f5d012a4a Mon Sep 17 00:00:00 2001 From: garyghayrat Date: Tue, 23 Apr 2024 15:32:30 -0400 Subject: [PATCH] Deploy on any branch --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index acd8a6a5..0fd59164 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -170,7 +170,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 }}