diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index abb06b81..81788c2b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -80,7 +80,7 @@ jobs: git push origin - name: Deploy to shinyapps.io # Continuous deployment only for pushes to the main / master branch - if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' + #if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' env: SHINYAPPS_ACCOUNT: ${{ secrets.SHINYAPPS_ACCOUNT }} SHINYAPPS_TOKEN: ${{ secrets.SHINYAPPS_TOKEN }}