From 3f33f0478e7e63f05c586bc28c69a5effb9da702 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Fri, 29 Dec 2023 13:09:24 -0500 Subject: [PATCH] Update workflow --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f1f26fb..d8bd6e9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,6 @@ on: jobs: publish-website: runs-on: ubuntu-latest - if: github.ref == 'ref/heads/main' steps: - name: Clone the repository uses: actions/checkout@v4