From 1c50282114e5a2a619d2a649dbf39870483c7ae9 Mon Sep 17 00:00:00 2001 From: uku Date: Wed, 14 Feb 2024 15:15:59 +0100 Subject: [PATCH] temporarily remove deploy until i fix it or something --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20fb6c3..41fd475 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: deploy: needs: build runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/somebranchnamethatwillneverexistcolonthree' steps: - uses: actions/checkout@v4