From fbbf782b07f55f38a2e8dad2c8d94e1ab92a6c9b Mon Sep 17 00:00:00 2001 From: Matt McFarland Date: Mon, 24 Jun 2024 12:02:46 -0400 Subject: [PATCH] Test deploy --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9a05e695..28977dfe 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -52,7 +52,7 @@ jobs: deploy: runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/main' }} + # if: ${{ github.ref == 'refs/heads/main' }} needs: - build_and_publish steps: