diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f41e9b1..375b1173 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -170,6 +170,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 }}