From 1d76f1bc937f965fb4ccd6ec0dd760390f8e6647 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Tue, 17 Sep 2024 12:09:36 +0100 Subject: [PATCH] Build on every commit to main --- .github/workflows/render_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/render_and_deploy.yml b/.github/workflows/render_and_deploy.yml index 2afe9f6..8567873 100644 --- a/.github/workflows/render_and_deploy.yml +++ b/.github/workflows/render_and_deploy.yml @@ -47,8 +47,8 @@ jobs: cp -r img build/ - name: Deploy - if: github.event_name == 'push' && github.ref_type == 'tag' + if: github.event_name == 'push' && github.ref_name == 'main' uses: JamesIves/github-pages-deploy-action@v4 with: folder: build - \ No newline at end of file +